座標を取得してGoogleマップに戻るアプリがあります。1つだけ問題があります。座標を入れると、ポインターがあまり正しくありません。私には1つの方法がありますが、この仕事には向いていないと思います。
私の悪い英語でごめんなさい。
前もって感謝します。
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);