[Xamarin] Map not showing in Navigation Page
I am building an app with a map component. I put the Map Control on a navigation page. But I put this code on the button click event.
Code
MapPageXaml page = new MapPage(model); | |
Navigation.PushAsync(page); |
After the button is clicked, nothing happened. No Errors message at all.
I found out the problems is in Key. I need to re-create the key. I need to follow the steps by steps in this page.
Then that is working
Trackback address for this post
Trackback URL (right click and copy shortcut/link location)
Feedback awaiting moderation
This post has 22 feedbacks awaiting moderation...
Form is loading...