LatLngInfo constructor

const LatLngInfo(
  1. double latitude,
  2. double longitude,
  3. MarkerId markerId, {
  4. double bearing = 0,
  5. bool isStopover = false,
  6. bool ripple = false,
  7. double mapScale = 0.5,
  8. Map<String, dynamic> markerJson = const {},
})

Implementation

const LatLngInfo(
  this.latitude,
  this.longitude,
  this.markerId, {
  this.bearing = 0,
  this.isStopover = false,
  this.ripple = false,
  this.mapScale = 0.5,
  this.markerJson = const {},
}) : isEmpty = false;