StepManeuver

data class StepManeuver(bearingAfter: Int?, bearingBefore: Int?, apiType: String?, apiModifier: String?, exit: Int?, apiLocation: List<Double>?, rotaryExitBearing: Double?) : Parcelable

Functions

describeContents
Link copied to clipboard
abstract fun describeContents(): Int
writeToParcel
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

apiLocation
Link copied to clipboard
@SerializedName(value = "location")
var apiLocation: List<Double>? = null
apiModifier
Link copied to clipboard
@SerializedName(value = "modifier")
var apiModifier: String? = null
apiType
Link copied to clipboard
@SerializedName(value = "type")
var apiType: String? = null
bearingAfter
Link copied to clipboard
@SerializedName(value = "bearing_after")
var bearingAfter: Int? = null
bearingBefore
Link copied to clipboard
@SerializedName(value = "bearing_before")
var bearingBefore: Int? = null
direction
Link copied to clipboard
val direction: Direction?
exit
Link copied to clipboard
@SerializedName(value = "exit")
var exit: Int? = null
locationPoint
Link copied to clipboard
val locationPoint: LocationPoint?
maneuverType
Link copied to clipboard
val maneuverType: ManeuverType?
rotaryExitBearing
Link copied to clipboard
var rotaryExitBearing: Double? = null