DHL_aMapView_Model class

Constructors

DHL_aMapView_Model({bool IsMyMarker = true, bool setZoomControlsEnabled = false, bool setCompassEnabled = false, bool setMyLocationButtonEnabled = false, bool setScaleControlsEnabled = false, bool setZoomGesturesEnabled = false, bool setScrollGesturesEnabled = true, bool setRotateGesturesEnabled = true, bool setTiltGesturesEnabled = true, bool setGestureScaleByMapCenter = true, int setMaxZoomLevel = 17, int setMinZoomLevel = 10, int interval = 2000, bool showMyLocation = true, bool setMyLocationEnabled = true})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
interval int
final
IsMyMarker bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setCompassEnabled bool
final
setGestureScaleByMapCenter bool
final
setMaxZoomLevel int
final
setMinZoomLevel int
final
setMyLocationButtonEnabled bool
final
setMyLocationEnabled bool
final
setRotateGesturesEnabled bool
final
setScaleControlsEnabled bool
final
setScrollGesturesEnabled bool
final
setTiltGesturesEnabled bool
final
setZoomControlsEnabled bool
final
setZoomGesturesEnabled bool
final
showMyLocation bool
final

Methods

fromMap(dynamic map) DHL_aMapView_Model
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object>
toString() String
A string representation of this object.
inherited

Operators

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