nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.location
/
Location
Location
data
class
Location
(
val
latitude
:
String
,
val
longitude
:
String
)
Content copied to clipboard
The data class to store location infomation
Constructors
Properties
Parameters
Parameters
latitude
the latitude
longitude
the longitude
Constructors
Location
Link copied to clipboard
fun
Location
(
latitude
:
String
,
longitude
:
String
)
Content copied to clipboard
Properties
latitude
Link copied to clipboard
val
latitude
:
String
Content copied to clipboard
longitude
Link copied to clipboard
val
longitude
:
String
Content copied to clipboard