MarkerOptions constructor

const MarkerOptions({
  1. double? markerLat,
  2. double? markerLng,
  3. MarkerIconType iconType = MarkerIconType.defaultIcon,
  4. String? customIconPath,
  5. double scaledWidth = 40,
  6. double scaledHeight = 40,
  7. double anchorX = 0,
  8. double anchorY = 50,
})

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,
});