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())