Interface IProjection

Index

Methods

Methods

public project(latlng: LatLng): Point

Projects geographical coordinates into a 2D point.

Parameters

Returns

Point

public unproject(point: Point): LatLng

The inverse of project. Projects a 2D point into geographical location.

Parameters

Returns

LatLng