HuaweiMapOptions constructor

HuaweiMapOptions({
  1. MapType? mapType,
  2. bool? compassEnabled,
  3. bool? mapToolbarEnabled,
  4. CameraTargetBounds? cameraTargetBounds,
  5. MinMaxZoomPreference? minMaxZoomPreference,
  6. bool? rotateGesturesEnabled,
  7. bool? scrollGesturesEnabled,
  8. bool? tiltGesturesEnabled,
  9. bool? trackCameraPosition,
  10. bool? zoomControlsEnabled,
  11. bool? zoomGesturesEnabled,
  12. bool? myLocationEnabled,
  13. bool? myLocationButtonEnabled,
  14. EdgeInsets? padding,
  15. bool? trafficEnabled,
  16. bool? markersClusteringEnabled,
  17. bool? buildingsEnabled,
  18. bool? allGesturesEnabled,
  19. bool? isScrollGesturesEnabledDuringRotateOrZoom,
  20. bool? gestureScaleByMapCenter,
  21. ScreenCoordinate? pointToCenter,
  22. Color? clusterMarkerColor,
  23. Color? clusterMarkerTextColor,
  24. BitmapDescriptor? clusterIconDescriptor,
  25. int? logoPosition,
  26. EdgeInsets? logoPadding,
  27. String? styleId,
  28. String? previewId,
})

Implementation

HuaweiMapOptions({
  this.mapType,
  this.compassEnabled,
  this.mapToolbarEnabled,
  this.cameraTargetBounds,
  this.minMaxZoomPreference,
  this.rotateGesturesEnabled,
  this.scrollGesturesEnabled,
  this.tiltGesturesEnabled,
  this.trackCameraPosition,
  this.zoomControlsEnabled,
  this.zoomGesturesEnabled,
  this.myLocationEnabled,
  this.myLocationButtonEnabled,
  this.padding,
  this.trafficEnabled,
  this.markersClusteringEnabled,
  this.buildingsEnabled,
  this.allGesturesEnabled,
  this.isScrollGesturesEnabledDuringRotateOrZoom,
  this.gestureScaleByMapCenter,
  this.pointToCenter,
  this.clusterMarkerColor,
  this.clusterMarkerTextColor,
  this.clusterIconDescriptor,
  this.logoPosition,
  this.logoPadding,
  this.styleId,
  this.previewId,
});