LatLngInfo.point constructor

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

Implementation

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