appleLatLngBounds property

LatLngBounds appleLatLngBounds

Implementation

appleMaps.LatLngBounds get appleLatLngBounds => appleMaps.LatLngBounds(
      southwest: this.southwest.appleLatLng,
      northeast: this.northeast.appleLatLng,
    );