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
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.