ping
Toggle table of contents
0.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ping
device-client
/
com.pingidentity.device.client
/
Location
Location
@
Serializable
data
class
Location
(
var
latitude
:
Double
?
=
null
,
var
longitude
:
Double
?
=
null
)
Data class for device location.
Members
Constructors
Location
Link copied to clipboard
constructor
(
latitude
:
Double
?
=
null
,
longitude
:
Double
?
=
null
)
Properties
latitude
Link copied to clipboard
var
latitude
:
Double
?
longitude
Link copied to clipboard
var
longitude
:
Double
?