VMEPoiFilterResult

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

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
fun VMEPoiFilterResult(poiID: String, duration: Double, length: Double)

Creates a new POI filter result.

Functions

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

Properties

Link copied to clipboard
val duration: Double

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

Link copied to clipboard
val length: Double

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

Link copied to clipboard
val poiID: String

The ID of the destination POI.