googleLatLng property

LatLng googleLatLng

Implementation

googleMaps.LatLng get googleLatLng => googleMaps.LatLng(
      this.latitude,
      this.longitude,
    );