sdk
/
com.airs.edith.sdk.context.navigation
/
GPSInfo
G
P
S
Info
data class
GPSInfo
(latitude:
Double
, longitude:
Double
)
Content copied to clipboard
Properties
Properties
latitude
Link copied to clipboard
@
SerializedName
(
value =
lat
)
var
latitude
:
Double
= 0.0
Content copied to clipboard
longitude
Link copied to clipboard
@
SerializedName
(
value =
lon
)
var
longitude
:
Double
= 0.0
Content copied to clipboard