latBounds property

Tuple2<double, double>? latBounds

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

Implementation

Tuple2<double, double>? get latBounds;