@JsType(isNative=true)
public class Projection
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
LatLngBounds |
bounds |
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.
|
@JsProperty public LatLngBounds bounds