mattermoran/map_launcher

Marker not showing in Apple Maps

Closed this issue · 1 comments

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.

heh wrong package :)