Skip to content

feat: add Magic Earth as a supported map on both Android and iOS#222

Open
APopaMagicLane wants to merge 3 commits into
mattermoran:masterfrom
APopaMagicLane:master
Open

feat: add Magic Earth as a supported map on both Android and iOS#222
APopaMagicLane wants to merge 3 commits into
mattermoran:masterfrom
APopaMagicLane:master

Conversation

@APopaMagicLane

Copy link
Copy Markdown

Both showMarker and showDirections are supported via the magicearth:// URL scheme.

What's included

  • MapType.magicEarth enum value (Dart, Kotlin, Swift).
  • Markermagicearth://?show_on_map&lat=..&lon=..&name=..&zoom=..
  • Directions → starts navigation from the current position with the travel-mode switch (drive_to / walk_to / bike_to / public_transport_to):
    • Android: magicearth://?get_directions&<mode>&lat=..&lon=..
    • iOS: magicearth://?<mode>&lat=..&lon=..
  • Package registered for installation detection
  • Icon asset, README supported-maps list, and the Show Marker / Show Directions capability tables updated.

@APopaMagicLane APopaMagicLane changed the title Add Magic Earth as a supported map on both Android and iOS feat: add Magic Earth as a supported map on both Android and iOS May 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant