NavigationViewUISettings class
Settings for the user interface of the map.
Constructors
- NavigationViewUISettings constructor.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
isCompassEnabled(
) → Future< bool> - Checks if the compass is enabled.
-
isConsumeMyLocationButtonClickEventsEnabled(
) → Future< bool> - Checks if the my location button consumes click events.
-
isMapToolbarEnabled(
) → Future< bool> - Checks if the map toolbar is enabled.
-
isMyLocationButtonEnabled(
) → Future< bool> - Checks if the my location button is enabled.
-
isRotateGesturesEnabled(
) → Future< bool> - Checks if the rotate gestures are enabled.
-
isScrollGesturesEnabled(
) → Future< bool> - Checks if the scroll gestures are enabled.
-
isScrollGesturesEnabledDuringRotateOrZoom(
) → Future< bool> - Checks if the scroll gestures are enabled during the rotation and zoom gestures.
-
isTiltGesturesEnabled(
) → Future< bool> - Checks if the scroll gestures are enabled.
-
isTrafficEnabled(
) → Future< bool> - Checks if the map is displaying traffic data.
-
isZoomControlsEnabled(
) → Future< bool> - Checks if the zoom controls are enabled.
-
isZoomGesturesEnabled(
) → Future< bool> - Checks if the zoom gestures are enabled.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setCompassEnabled(
bool enabled) → Future< void> - Enables or disables the compass.
-
setConsumeMyLocationButtonClickEventsEnabled(
bool enabled) → Future< void> - Sets whether to consume my location button click events.
-
setMapToolbarEnabled(
bool enabled) → Future< void> - Sets the preference for whether the map toolbar should be enabled or disabled.
-
setMyLocationButtonEnabled(
bool enabled) → Future< void> - Enables or disables the my location button.
-
setRotateGesturesEnabled(
bool enabled) → Future< void> - Sets the preference for whether the user is allowed to rotate the map using a gesture.
-
setScrollGesturesDuringRotateOrZoomEnabled(
bool enabled) → Future< void> - Sets the preference for whether the user is allowed to scroll the map at the same time when zooming or rotating the map with a gesture.
-
setScrollGesturesEnabled(
bool enabled) → Future< void> - Sets the preference for whether the user is allowed to scroll the map using a gesture.
-
setTiltGesturesEnabled(
bool enabled) → Future< void> - Sets the preference for whether the user is allowed to tilt the map with a gesture.
-
setTrafficEnabled(
bool enabled) → Future< void> - Turns the traffic layer on or off.
-
setZoomControlsEnabled(
bool enabled) → Future< void> - Enables or disables the zoom controls.
-
setZoomGesturesEnabled(
bool enabled) → Future< void> - Sets the preference for whether the user is allowed to zoom the map using a gesture.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited