mattermoran / map_launcher

Flutter plugin for launching maps
MIT License
263 stars 122 forks source link

Marker not showing in Apple Maps #181

Closed sarathn91 closed 1 month ago

sarathn91 commented 1 month ago

Using below code to open the default maps app:

await MapsLauncher.launchCoordinates(latitude, longitude, description ?? "");

Upon opening, the location marker is not showing in Apple Maps app. I'm passing the correct latitude and longitude and it moves to the correct location, just the red marker that we normally see is not displaying.

It's working with Google maps.

mattermoran commented 1 month ago

heh wrong package :)