PoiLocation
class PoiLocation(val place: Place, val poi: Poi? = null, val onRouteDetails: OnRouteDetails? = null, val chargingStations: List<ChargingStation> = emptyList())
Describes a point of interest location.
Constructors
Link copied to clipboard
constructor(place: Place, poi: Poi? = null, onRouteDetails: OnRouteDetails? = null, chargingStations: List<ChargingStation> = emptyList())
Properties
Link copied to clipboard
List of ChargingStation which hold information related to the EV POI
Link copied to clipboard
Details for points of interest along the route.
Functions
Link copied to clipboard
Checks if this PoiLocation object is equal to another object.
Link copied to clipboard
Generates a hash code for this PoiLocation object.