toggle menu
SDK
androidJvm
switch theme
search in API
slamsdk-next
/
com.combain.slamsdk_next.cps
/
SLSlamLocation
SLSlam
Location
data
class
SLSlamLocation
(
val
lat
:
Double
?
,
val
lng
:
Double
?
,
val
type
:
String
?
=
null
)
Members
Constructors
SLSlam
Location
Link copied to clipboard
constructor
(
lat
:
Double
?
,
lng
:
Double
?
,
type
:
String
?
=
null
)
Properties
lat
Link copied to clipboard
val
lat
:
Double
?
lng
Link copied to clipboard
val
lng
:
Double
?
type
Link copied to clipboard
val
type
:
String
?
=
null
Functions
to
Location
Link copied to clipboard
fun
toLocation
(
)
:
Location
?
to
SLLocation
Link copied to clipboard
fun
toSLLocation
(
)
:
SLLocation
?