mattermoran / map_launcher

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

Cannot find destination on GoogleMaps #105

Closed filipwis closed 2 years ago

filipwis commented 2 years ago

await MapLauncher.showMarker( mapType: MapType.google, coords: Coords(7.759392, -122.5107336), title: '', description: '', )

GoogleMaps adds parentheses on the end of the coordinates image

sovoereign commented 2 years ago

@filipwis did you find the solution, still facing with latest version?

filipwis commented 2 years ago

Yes, the solution was quite simply. The title param should not be an empty string.