Reputation: 73
Does anyone have a Google Maps solution for MonoDroid? To make it work, we need to inherit from MapActivity (com.google.android.maps).
I see on the MonoDroid Roadmap that this feature is coming to MonoDroid 1.1, but there's no release date yet.
Upvotes: 3
Views: 2784
Reputation: 9982
At this time, the maps API is not already bound for you. You will have to do the binding yourself. An example is available here:
https://github.com/xamarin/monodroid-samples
Upvotes: 4
Reputation: 11
Since the previous post, they have now bound the google maps in the latest release. Download the latest API from xamarin and an example is here:
https://github.com/xamarin/monodroid-samples/tree/master/MapsDemo
Upvotes: 1