我有获取坐标并返回到谷歌地图的应用程序。我只有一个问题。当我放坐标时,指针不是很正确。我有一种方法,但我认为不适合这份工作。
对不起,我的英语不好。
提前致谢。
touchedPoint=map.getProjection().fromPixels((int) cord,(int) cord1);
CustomPoint custom = new CustomPoint(d, Maps.this);
OverlayItem overlayItem = new OverlayItem(touchedPoint, null, null);
custom.insertPoints(overlayItem);
overlayList.add(custom);