NavigationRouteStyle class abstract

Implemented types

Constructors

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

isValid() bool
Usable only in runWithBlockUi or listener handlers.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setShowBalloons(bool showBalloons) → void
Show balloons related to the route. Enabled by default.
setShowCheckpoints(bool showCheckpoints) → void
Show checkpoints along the route. Disabled by default.
setShowJams(bool showJams) → void
Enable or disable traffic jams along route. Enabled by default. Unless this is disabled, MapKit forces palette and colors values in routePolyline to draw jams on route. When disabled, you are free to change the routes' colors.
setShowManoeuvres(bool showManoeuvres) → void
Show manoeuvre arrows along the route. Disabled by default.
setShowRailwayCrossings(bool showRailwayCrossings) → void
Show railway crossings along the route. Disabled by default.
setShowRoadEvents(bool showRoadEvents) → void
Enable or disable road events on the route. Disabled by default.
setShowRoadsInPoorCondition(bool showRoadsInPoorCondition) → void
Show roads in poor condition along the route. Disabled by default.
setShowRoute(bool showRoute) → void
Show or hide route. Enabled by default. Setting it to false will not hide balloons, road events, traffic lights. Hide it manually if needed.
setShowSpeedBumps(bool showSpeedBumps) → void
Show railway crossings along the route. Disabled by default.
setShowTrafficLights(bool showTrafficLights) → void
Show traffic lights along the route. Disabled by default.
toString() String
A string representation of this object.
inherited

Operators

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