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