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
describeContents
Link copied to clipboard
getDistanceFromStart
Link copied to clipboard
getExitNumber
Link copied to clipboard
getFromIso
Link copied to clipboard
getNextRoadName
Link copied to clipboard
getNextRoadNumbers
Link copied to clipboard
getPosition
Link copied to clipboard
getRoadName
Link copied to clipboard
getRoadNumbers
Link copied to clipboard
getRoundaboutExit
Link copied to clipboard
isValidParcelable
Link copied to clipboard
writeToParcel
Link copied to clipboard
Properties
CREATOR
Link copied to clipboard