MapViewRoute class Maps & 3D Scenes
Wrapper representing the Route, RenderSettings and label as displayed on the map view.
MapViewRoute provides convenient accessors to control and inspect the route's visual appearance and label. Obtain instances from MapViewRoutesCollection.getMapViewRoute.
Do not construct this class directly.
See also:
- MapViewRoutesCollection — collection managing displayed routes.
- RouteRenderSettings — customize rendering options for the route.
- Route — The objects used for routing, analysis and navigation.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasRegisteredAutoReleaseObject ↔ bool
-
getter/setter pairinherited
- labelText ↔ String
-
Label text currently shown for this map view route.
getter/setter pair
- pointerId → int
-
The pointer ID of the native object
no setterinherited
- renderSettings ↔ RouteRenderSettings
-
Current render settings applied to this route.
getter/setter pair
- route → Route
-
The underlying Route object represented by this map view entry.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → void -
Disposes the native object.
inherited
-
hideLabel(
) → void - Hide the route label for this map view route.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerAutoReleaseObject(
int pointerId) → void -
Registers an object for auto release.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited