AdditionalGeoLocation

data class AdditionalGeoLocation(val latitude: String, val longitude: String, val name: DisplayText? = null)

This class defines an additional geo location that is relevant for the Charge Point.

Parameters

latitude

Latitude of the point in decimal degree.

longitude

Longitude of the point in decimal degree.

name

Name of the point in local language or as written at the location. For example the street name of a parking lot entrance or it’s number.

Constructors

Link copied to clipboard
constructor(latitude: String, longitude: String, name: DisplayText? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: DisplayText? = null