Google Maps solution for MonoDroid
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 o开发者_StackOverflow中文版n the MonoDroid Roadmap that this feature is coming to MonoDroid 1.1, but there's no release date yet.
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
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
精彩评论