GuidedRouteProfile

data class GuidedRouteProfile(polyline: List<GeoCoordinates>, options: RoutingOptions) : Parcelable

See also

Constructors

GuidedRouteProfile
Link copied to clipboard
fun GuidedRouteProfile(polyline: List<GeoCoordinates>, options: RoutingOptions)

Functions

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

Properties

options
Link copied to clipboard
val options: RoutingOptions
Options to be used during calculation
polyline
Link copied to clipboard
val polyline: List<GeoCoordinates>
Google polyline representation of route