public abstract class IProjection extends Object
Modifier and Type | Method and Description |
---|---|
Point |
project(LatLng latlng)
Projects geographical coordinates into a 2D point.
|
LatLng |
unproject(Point point)
The inverse of
project . |
Copyright © 2017. All rights reserved.