ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.video.model
/
VideoVO
/
ContentConfig
/
Location
Location
@
JsonClass
(
generateAdapter
=
true
)
data
class
Location
(
val
latitude
:
Double
?
,
val
longitude
:
Double
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Location
Link copied to clipboard
fun
Location
(
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