GeoLocation

data class GeoLocation(val latitude: String, val longitude: String)

This class defines the geo location of the Charge Point.

Parameters

latitude

Latitude of the point in decimal degree.

longitude

Longitude of the point in decimal degree.

Constructors

Link copied to clipboard
constructor(latitude: String, longitude: String)

Properties

Link copied to clipboard
Link copied to clipboard