MarkerOptions constructor
const
MarkerOptions({})
Implementation
const MarkerOptions({
this.markerLat,
this.markerLng,
this.iconType = MarkerIconType.defaultIcon,
this.customIconPath,
this.scaledWidth = 40,
this.scaledHeight = 40,
this.anchorX = 0,
this.anchorY = 50,
});