MonoDroid 的 Google 地图解决方案
有人有 MonoDroid 的 Google 地图解决方案吗?为了使其工作,我们需要继承 MapActivity (com.google.android.maps)。
我在 MonoDroid 路线图上看到该功能即将出现在 MonoDroid 1.1 中,但还没有发布日期。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
此时,地图 API 尚未为您绑定。您必须自己进行绑定。此处提供了一个示例:
https://github.com/xamarin/monodroid-samples
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
自从上一篇文章以来,他们现在已经在最新版本中绑定了谷歌地图。从 xamarin 下载最新的 API,示例如下:
https://github.com /xamarin/monodroid-samples/tree/master/MapsDemo
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