gpt4 book ai didi

android - 使用 Google Maps API v2 android 添加标记功能

转载 作者:行者123 更新时间:2023-11-29 00:33:34 26 4
gpt4 key购买 nike

我正在使用适用于 android 的新函数 addMarker googlemaps api。

map.addMarker(new MarkerOptions()
.position(new LatLng(40.417325, 40.417325))
.title("Hello!"));

效果很好,但我的问题是,如何放置指示搜索字符串的标记而不是指示经度和纬度参数?

类似于:

“virgen de lujan 42,塞维利亚,西类牙”

最佳答案

您必须使用地理编码找到与该“搜索字符串”关联的纬度和经度。 Android 中有一个 Geocoder 类,您还可以使用其他各种地理编码 Web 服务。

关于android - 使用 Google Maps API v2 android 添加标记功能,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13962656/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com