wrapLng property

List<double> wrapLng

An array of two numbers defining whether the longitude (horizontal) coordinate axis wraps around a given range and how. Defaults to -180, 180 in most geographical CRSs. If undefined, the longitude axis does not wrap around.

Implementation

external List<double> get wrapLng;
void wrapLng=(List value)

Implementation

external set wrapLng(List value);