MarkerOptions constructor

MarkerOptions({
  1. required LatLng? position,
  2. String? icon,
  3. List? icons = const [],
  4. num? alpha = 1,
  5. num? anchorU = 0.5,
  6. num? anchorV = 1,
  7. bool? draggable = false,
  8. bool? infoWindowEnable = true,
  9. num? period = 20,
  10. num? rotateAngle = 0,
  11. bool? isFlat = false,
  12. bool? isGps = false,
  13. num? infoWindowOffsetX = 0,
  14. num? infoWindowOffsetY = 0,
  15. String? snippet = '',
  16. String? title = '',
  17. bool? visible = true,
  18. bool? autoOverturnInfoWindow = false,
  19. num? zIndex = 0,
  20. num? displayLevel = 0,
  21. bool? belowMaskLayer = false,
  22. bool? lockedToScreen = false,
  23. String? lockedScreenPoint,
  24. String? customCalloutView,
  25. bool? enabled = true,
  26. bool? highlighted = false,
  27. bool? selected = false,
  28. String? leftCalloutAccessoryView,
  29. String? rightCalloutAccessoryView,
  30. bool? haveBubble = false,
  31. bool? haveAddressLabel = false,
  32. String? bubbleContent = '正在加载',
  33. String? addressLabelContent = '地址信息',
})

TODO

Implementation

MarkerOptions(
    {required this.position,
    this.icon,
    this.icons = const [],
    this.alpha = 1,
    this.anchorU = 0.5,
    this.anchorV = 1,
    this.draggable = false,
    this.infoWindowEnable = true,
    this.period = 20,
    this.rotateAngle = 0,
    this.isFlat = false,
    this.isGps = false,
    this.infoWindowOffsetX = 0,
    this.infoWindowOffsetY = 0,
    this.snippet = '',
    this.title = '',
    this.visible = true,
    this.autoOverturnInfoWindow = false,
    this.zIndex = 0,
    this.displayLevel = 0,
    this.belowMaskLayer = false,
    this.lockedToScreen = false,
    this.lockedScreenPoint,
    this.customCalloutView,
    this.enabled = true,
    this.highlighted = false,
    this.selected = false,
    this.leftCalloutAccessoryView,
    this.rightCalloutAccessoryView,
    this.haveBubble = false,
    this.haveAddressLabel = false,
    this.bubbleContent = '正在加载',
    this.addressLabelContent = '地址信息'});