Reputation: 99
I'm trying to make xamarin.forms app with google map on page.
Earlier I used Device.OpenUri
, but as official documetation says: "This often navigates out of the application."
My goal is to stay in aplication and make exact the same page like this:
I can't find any good documentation or step by step tutoriel neighter...
Upvotes: 0
Views: 698
Reputation: 71
Did you check Xamarin Forms Map? If you don't like how the default pins look like, you can define a template for them (check here).
In case you already have a link of google maps that you want to show, and you don't want to create it by yourself (solution from above), try with WebView and set URL to the link you have.
Upvotes: 1