是否可以让内置的谷歌地图显示地址
当将坐标传递给 Intent 以显示 Google 地图应用程序中心位置时,是否也可以让它显示地址或任何类型的标签,或者坐标是唯一可以传递的东西/唯一的方式地图可以被操纵吗?
我知道我可以使用 MapControl 并完全控制它,但我想知道是否可以简单地调用地图应用程序并显示作为标签传入的坐标的地理编码。
When passing coordinates to an Intent to show the location centered in the Google Maps app, is it possible to have it display the address, too, or any kind of label, or are the coordinates the only thing that can be passed/the only way the map can be manipulated?
I know I can use a MapControl and take full control of it, but I'm wondering if I can simply invoke the maps app and show a geocoding of the coordinates passed in as a label.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您无法在默认地图应用程序中进行任何更改。您可能希望通过注册 mpas api 密钥来使用地图小部件并构建自定义应用程序。
I dont think that you would be able to make any changes in the default maps application. You might want to use map widget by regestering for a mpas api key and build a custom app.