Route Maneuver
Class contains information about maneuver on the route. Typical maneuver is "turn right", "turn left", etc...
Constructors
Link copied to clipboard
open fun RouteManeuver(@NonNull position: GeoCoordinates, type: Int, valid: Boolean, distanceFromStart: Int, roundaboutExit: Int, @NonNull exitNumber: String, @NonNull roadName: String, @NonNull nextRoadName: String, @NonNull roadNumbers: List<String>, @NonNull nextRoadNumbers: List<String>, @NonNull fromIso: String, @NonNull nextIso: String)
Default constructor.
Types
Functions
Link copied to clipboard
For documentation, see android.os.Parcelable.
Link copied to clipboard
Returns the distance to maneuver from route start point in meters.
Link copied to clipboard
Returns the exit number.
Link copied to clipboard
Country of from road
Link copied to clipboard
For documentation, see android.os.Parcelable.
Link copied to clipboard
Returns the number of next the road on which the Maneuver takes place.
Link copied to clipboard
Returns the GeoCoordinate of the maneuver.
Link copied to clipboard
Returns the name of the next road on which the Maneuver takes place.
Link copied to clipboard
Returns the number of the road on which the Maneuver takes place.
Link copied to clipboard
Returns the rountabout exit index.
Link copied to clipboard
If object after recreate from parcel contains all of reference like original object method return true.
Link copied to clipboard
For documentation, see android.os.Parcelable.