MapViewRoute class
Mapview route class
This class should not be instantiated directly. Instead, use the MapViewRoutesCollection.getMapViewRoute getter to obtain an instance.
Constructors
- MapViewRoute.init(int id, int mapId, MapViewRoutesCollection mapViewRouteCollection)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- labelText ↔ String
-
Get route label text.
getter/setter pair
- mapId → int
-
no setter
- pointerId → int
-
no setter
- renderSettings ↔ RouteRenderSettings
-
Get route render settings.
getter/setter pair
- route → Route
-
Get route object.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
hideLabel(
) → void - Hide route label.
-
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