latBounds property

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

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

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