问题描述
我已经在google地图中实现了一个应用程序,
(1)用户Pin根据检索和存储的纬度和经度指向该位置
(2)基于位置的搜索是基于设置的值为用户完成的,并且针点是根据搜索结果中的值设置的
=>问题是,当我移动针点更长的距离时它会改变经度和纬度,而针点的小移动则不会改变纬度和经度
与我的代码或谷歌API有关吗?
请帮我解决方案,
I have made an application where in google map is implemented,
(1)User Pin point the the location , based on this latitude and longitude retrieved and stored
(2)Location based search is done for user based on the values set , and pin point is set base on that value in search result
=> issue is , when i move pin point longer distance it changes the longitude and latitude while for small movement of pin point do not change the latitude and longitude
is it something to do with my code, or google API?
Please help me with the solution,
这篇关于谷歌地图的经纬度值的变化的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!