HuaweiMapOptions class

Constructors

HuaweiMapOptions({MapType? mapType, bool? compassEnabled, bool? isDark, bool? mapToolbarEnabled, CameraTargetBounds? cameraTargetBounds, MinMaxZoomPreference? minMaxZoomPreference, bool? rotateGesturesEnabled, bool? scrollGesturesEnabled, bool? tiltGesturesEnabled, bool? trackCameraPosition, bool? zoomControlsEnabled, bool? zoomGesturesEnabled, bool? myLocationEnabled, bool? myLocationButtonEnabled, EdgeInsets? padding, bool? trafficEnabled, bool? markersClusteringEnabled, bool? buildingsEnabled, bool? allGesturesEnabled, bool? isScrollGesturesEnabledDuringRotateOrZoom, bool? gestureScaleByMapCenter, ScreenCoordinate? pointToCenter, Color? clusterMarkerColor, Color? clusterMarkerTextColor, BitmapDescriptor? clusterIconDescriptor, int? logoPosition, EdgeInsets? logoPadding, String? styleId, String? previewId, bool? liteMode, MyLocationStyle? myLocationStyle})
const

Properties

allGesturesEnabled bool?
final
buildingsEnabled bool?
final
cameraTargetBounds CameraTargetBounds?
final
clusterIconDescriptor BitmapDescriptor?
final
clusterMarkerColor Color?
final
clusterMarkerTextColor Color?
final
compassEnabled bool?
final
gestureScaleByMapCenter bool?
final
hashCode int
The hash code for this object.
no setterinherited
isDark bool?
final
isScrollGesturesEnabledDuringRotateOrZoom bool?
final
liteMode bool?
final
logoPadding EdgeInsets?
final
logoPosition int?
final
mapToolbarEnabled bool?
final
mapType MapType?
final
markersClusteringEnabled bool?
final
minMaxZoomPreference MinMaxZoomPreference?
final
myLocationButtonEnabled bool?
final
myLocationEnabled bool?
final
myLocationStyle MyLocationStyle?
final
padding EdgeInsets?
final
pointToCenter ScreenCoordinate?
final
previewId String?
final
rotateGesturesEnabled bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollGesturesEnabled bool?
final
styleId String?
final
tiltGesturesEnabled bool?
final
trackCameraPosition bool?
final
trafficEnabled bool?
final
zoomControlsEnabled bool?
final
zoomGesturesEnabled bool?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited
updatesMap(HuaweiMapOptions mapOptions) Map<String, dynamic>

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromWidget(HuaweiMap map) HuaweiMapOptions