getCurrentPosition()
和watchPosition()
有什么区别。我读了几篇有关getCurrentPosition()
和watchPosition()
的文章。但是我不清楚。据我了解getCurrentPosition()
仅更新一次位置,但是watchPosition()
不断更新位置。我是对的吗?
最佳答案
getCurrentPosition()
给出currentPosition的纬度和经度值,它们仅触发一次。其中,watchPosition()
连续给出currentPosition的纬度和经度值。如果位置改变(假设您在行驶中的车辆中,那么watchPosition()
将给出结果。然后您将知道此结果)
关于google-maps - watchPosition()和getCurrentPosition,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/13324165/