Route Maneuver
Class contains information about maneuver on the route. Typical maneuver is "turn right", "turn left", etc...
Constructors
RouteManeuver
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)
Content copied to clipboard
Default constructor.
Types
Type
Link copied to clipboard
Functions
describe Contents
Link copied to clipboard
For documentation, see android.os.Parcelable.
get Distance From Start
Link copied to clipboard
Returns the distance to maneuver from route start point in meters.
get Exit Number
Link copied to clipboard
Returns the exit number.
get From Iso
Link copied to clipboard
Country of from road
get Next Road Name
Link copied to clipboard
For documentation, see android.os.Parcelable.
get Next Road Numbers
Link copied to clipboard
Returns the number of next the road on which the Maneuver takes place.
get Position
Link copied to clipboard
Returns the GeoCoordinate of the maneuver.
get Road Name
Link copied to clipboard
Returns the name of the next road on which the Maneuver takes place.
get Road Numbers
Link copied to clipboard
Returns the number of the road on which the Maneuver takes place.
get Roundabout Exit
Link copied to clipboard
Returns the rountabout exit index.
is Valid Parcelable
Link copied to clipboard
If object after recreate from parcel contains all of reference like original object method return true.
write To Parcel
Link copied to clipboard
For documentation, see android.os.Parcelable.
Properties
CREATOR
Link copied to clipboard