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
Link copied to clipboard

The place information of the EV POI.