bounds property

  1. @override
Bounds bounds
override

Implementation

@override
Bounds get bounds => Bounds(
      UPoint(latBounds!.item1, latBounds!.item2),
      UPoint(lngBounds!.item1, lngBounds!.item2),
    );