MapView 中标签的语言
我在 MapActivity
中有一个 MapView
。 我使用 GPS 类获取纬度/经度并创建一个 GeoPoint
。 然后我平移并缩放到当前位置。
标签是英文的。有什么办法可以控制地图上显示的标签的语言吗?
I have a MapView
inside a MapActivity
.
I use my GPS class to get a Lat/Lon and create a GeoPoint
.
Then I pan and zoom to the current location.
The labels are in English. Is there any way to control the language of the labels displayed on the map?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
谷歌地图有每个标签的本地名称以及英文翻译/拉丁文字。恐怕没有这样的选择。但我有想法。您可以使用 Google Places API 并从 API 的输出中解析名称(也包括本地名称)(查看示例)并将其显示在您自己的 pin 上方。
Google Maps have local names for each label and also English translation/Latin script. I'm afraid that there is no such options. But I have idea. You can use Google Places API and parse the name (local name as well) from the output of the API (look around for examples) and show it above your own pin.