Icons
Geocode
LBS
Search
Route
Points
Miscellaneous
Index

Maneuver

The Maneuver class represent a single route maneuver.
It contains the maneuver description, location, maneuver type, road name and the geographic length of the maneuver.

Mainly used by the Route class. 


Summary
The Maneuver class represent a single route maneuver.
It contains the maneuver description, location, maneuver type, road name and the geographic length of the maneuver.

A string that contains the maneuver description text.
A Coordinate that contains the maneuver geographical location.
A string that contains the maneuver type.
A string that contains the maneuver direction.
A string that contains the maneuver road name.
A string that contains the maneuver length.
A string that contains the maneuver coordinates separated by the character ^ @VarDesc <Array> coordinatesString

Properties

description

string description

A string that contains the maneuver description text. 

location

Coordinate location

A Coordinate that contains the maneuver geographical location. 

type

string type

A string that contains the maneuver type. 

direction

string direction

A string that contains the maneuver direction. 

road

string road

A string that contains the maneuver road name. 

length

string length

A string that contains the maneuver length. 

coordinatesString

Array coordinatesString

A string that contains the maneuver coordinates separated by the character ^

Inheritance: EventListener > Route
This is the base class of the provided coordinates classes.