PoiLocation

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class PoiLocation(val place: Place, val poi: Poi? = null, val onRouteDetails: OnRouteDetails? = null)

Describes a PoiLocation.

Constructors

Link copied to clipboard
constructor(place: Place, poi: Poi? = null, onRouteDetails: OnRouteDetails? = null)

Properties

Link copied to clipboard

Details along the route for the PoiLocation.

Link copied to clipboard

The place information of the PoiLocation.

Link copied to clipboard
val poi: Poi? = null

The point of interest information.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Checks if this PoiLocation object is equal to another object.

Link copied to clipboard
open override fun hashCode(): Int

Generates a hash code for this PoiLocation object.