本文介绍了Android版谷歌地图的坐标的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个存储坐标的应用程序。我使用谷歌地图,显示位置,以便充分利用地图应用。我使用的意图调用和放置的坐标在Q = XXXXXXXXX,XXXXXXXXX一部分。

I have an app which stores co-ordinates. I am using Google maps to show the location to allow full use of the maps app. I am using the intent call and placing the co-ordinates in the q=xxxxxxxxx,xxxxxxxxx part.

这个工作,但是当谷歌地图显示它经常发现的道路上,从实际坐标有时有点距离上的点的位置。

This works, however when Google maps shows the location it often finds a point on the road, sometimes a little distance from the actual co-ordinates.

有没有办法让地图显示实际的意义呢?

Is there a way to get maps to show the actual point?

推荐答案

这篇关于Android版谷歌地图的坐标的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-13 04:36