lngBounds property

  1. @override
Tuple2<double, double>? lngBounds
override

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

@override
Tuple2<double, double>? get lngBounds => const Tuple2(180.0, 90.0);