Proximity

data class Proximity(val latitude: Double, val longitude: Double, val distance: Double)

The Proximity object describes the proximity of the charging station to the user's current location

Parameters

latitude

user's current location latitude.

longitude

user's current location longitude.

distance

distance of user's current location to the location of charging station in KM.

Constructors

Link copied to clipboard
constructor(latitude: Double, longitude: Double, distance: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard