EvPoiDetails

class EvPoiDetails(val place: Place, val accessType: AccessType? = null, val nearbyPoiCategories: Set<StandardCategoryId> = emptySet())

Represents EV POI details.

Constructors

Link copied to clipboard
constructor(place: Place, accessType: AccessType? = null, nearbyPoiCategories: Set<StandardCategoryId> = emptySet())

Properties

Link copied to clipboard
val accessType: AccessType? = null

The AccessType of the EV POI station.

Link copied to clipboard

The set of StandardCategoryIds for which the search result has at least one Point of Interest (POI) within walking distance.

Link copied to clipboard

The Place object that includes the location data of the EV POI station.