开发者

Searching option in google map in android

开发者 https://www.devze.com 2023-02-07 06:17 出处:网络
i have successfully displayed google map in my app . but i am not able to search the specfied location . can u please put the code snippet or any lin开发者_如何学Pythonk available for thecode .To get

i have successfully displayed google map in my app . but i am not able to search the specfied location . can u please put the code snippet or any lin开发者_如何学Pythonk available for the code .


To get a location (latitude and longitude) from a location name(e.g. "paris" or "japan"), use Geocoder.getFromLocationName()

To display a specific latitude/longitude on the map use MapControl.setCenter()

0

精彩评论

暂无评论...
验证码 换一张
取 消