Android自定义MapView问题
我可以通过编程方式设置 api Key,还是可以将其从 xml 设置到我的自定义 mapView。
Can I set api Key programmatically or can I set it from xml to my custom mapView.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如这里所解释的: http://code.google.com/intl/fr/android/add-ons/google-apis/reference/com/google/android/maps/MapView.html ,您可以将xml 文件中的 api 密钥,或传递它以编程方式通过 MapView 构造函数。
As explained here : http://code.google.com/intl/fr/android/add-ons/google-apis/reference/com/google/android/maps/MapView.html , you can either put your api key in your xml file, or pass it programmatically through the MapView constructor.