Smart Parking
androidJvm
domain
/
it.unibolss.smartparking.domain.entities.geo
/
GeoPosition
Geo
Position
data
class
GeoPosition
(
val
latitude
:
Double
,
val
longitude
:
Double
)
A geographical position
Parameters
latitude
the latitude of the point
longitude
the longitude of the point
Members
Constructors
Geo
Position
Link copied to clipboard
constructor
(
latitude
:
Double
,
longitude
:
Double
)
Properties
latitude
Link copied to clipboard
val
latitude
:
Double
longitude
Link copied to clipboard
val
longitude
:
Double