PoiLocation

class PoiLocation(val place: Place, val poi: Poi? = null, val onRouteDetails: OnRouteDetails? = null)

Describes a point of interest location.

Constructors

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

Properties

Link copied to clipboard

Details for points of interest along the route.

Link copied to clipboard

The place information of the point of interest.

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.