All Questions
Tagged with google-maps-urls xamarin.forms
2 questions
2
votes
0
answers
296
views
Google Maps url how to define circular marker?
I want to open the default maps app but instead of the default marker i want a circular marker.
this is what i have...
case Device.Android:
if (!string.IsNullOrEmpty(_imovel.Endereco.Freguesia))
...
1
vote
1
answer
918
views
launch google maps in IOS with multiple waypoints
I need to launch google maps with multiple waypoint showing on map on IOS using url in my Xamarin forms application.
I'm able to launch it with 2 points (Source and Destination) using this url:
...