ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.content.models
/
Geo
Geo
@
JsonClass
(
generateAdapter
=
true
)
data
class
Geo
(
val
latitude
:
Double
?
,
val
longitude
:
Double
?
)
Content copied to clipboard
Latitidue and Longitude of the content
Constructors
Properties
Constructors
Geo
Link copied to clipboard
fun
Geo
(
latitude
:
Double
?
,
longitude
:
Double
?
)
Content copied to clipboard
Properties
latitude
Link copied to clipboard
val
latitude
:
Double
?
Content copied to clipboard
longitude
Link copied to clipboard
val
longitude
:
Double
?
Content copied to clipboard