MapViewDirectionsOptions

class MapViewDirectionsOptions : MapperInterface, Parcelable

Encapsulates persistent options that will be used in every route computation.

Constructors

Link copied to clipboard
constructor(parcel: Parcel)

Types

Link copied to clipboard
class Builder
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toMap(): Map<String, Any>

Method to transform object into Map

Link copied to clipboard
open override fun writeToParcel(parcel: Parcel, flags: Int)