VMEPoiFilterResult

data class VMEPoiFilterResult(val poiID: String, val duration: Double, val length: Double) : Parcelable(source)

Contains information related to a POI filtered result.

This class holds the destination POI ID, as well as the duration and length of the route to it.

Since

2.6.3

Constructors

Link copied to clipboard
constructor(poiID: String, duration: Double, length: Double)

Creates a new POI filter result.

constructor(parcel: Parcel)

Types

Link copied to clipboard

Properties

Link copied to clipboard

The duration (in seconds) of the route to this POI.

Link copied to clipboard

The length (in meters) of the route to this POI.

Link copied to clipboard

The ID of the destination POI.

Functions

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