public final class Projection
extends java.lang.Object
修飾子とタイプ | メソッドと説明 |
---|---|
LatLng |
fromScreenLocation(android.graphics.Point point)
スクリーン座標を緯度経度に変換する。
|
VisibleRegion |
getVisibleRegion()
現在表示している範囲座標の取得する。
|
android.graphics.Point |
toScreenLocation(LatLng location)
緯度経度をスクリーン座標に変換する。
|
public LatLng fromScreenLocation(android.graphics.Point point)
point
- スクリーン座標public VisibleRegion getVisibleRegion()
public android.graphics.Point toScreenLocation(LatLng location)
location
- 緯度経度