lngBounds property

Tuple2<double, double>? lngBounds

Returns a Tuple2<double 1, double 2) where latitude has been wrapped according to the CRS's wrapLat properties, if they are outside the CRS's bounds.

Implementation

Tuple2<double, double>? get lngBounds;