本文介绍了如何设置在谷歌地图V2的当前位置(销)在Android的缩放级别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我成立了谷歌地图V2完美,但我不知道如何设置的当前位置(目前引脚)的缩放级别。如果你有任何想法,比请与我分享。谢谢你。
解决方案
GoogleMap的theMap;
//在下面的函数通过你的LatLang和缩放级别
theMap.animateCamera(CameraUpdateFactory.newLatLngZoom(个人识别码LatLangPoint,14));
I set up google map v2 perfectly, But i don't know how to set the zoom level for current place(current pin). If you have any idea than please share with me. Thanks.
解决方案
GoogleMap theMap;
//in the below function pass your LatLang and the zoom level
theMap.animateCamera(CameraUpdateFactory.newLatLngZoom(Your Pin LatLangPoint, 14));
这篇关于如何设置在谷歌地图V2的当前位置(销)在Android的缩放级别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!