开发者

Google Maps solution for MonoDroid

开发者 https://www.devze.com 2023-02-24 08:58 出处:网络
Does anyone have a Google Maps solution for MonoDroid? To make it work, we need to inherit from MapActivity (com.google.android.maps).

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

0

精彩评论

暂无评论...
验证码 换一张
取 消