mattermoran / map_launcher

Flutter plugin for launching maps
MIT License
259 stars 116 forks source link

iOS Apple Plans bug with address #120

Closed SimonTellier closed 2 years ago

SimonTellier commented 2 years ago

Hi, maybe a new bug. When i try to navigate with Apple Plans with address, MapLauncher didn't override Coords and title. My code works with Waze and Google maps.

await MapLauncher.showMarker(
        mapType: getMapType(mapTypeString: option.appNavigation),
        title: "${client.ent_raison}",
        coords: Coords(0, 0),
        extraParams: {'q': '${client.adresse1} ${client.ville} ${client.cp}'});
mattermoran commented 2 years ago

there's no proper support for launching using address yet. there's an issue for that https://github.com/mattermoran/map_launcher/issues/114