Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-loc-share
/
com.mapsted.locshare.data.models.location
Package-level
declarations
Types
Types
Device
Link copied to clipboard
class
Device
Live
Location
Link copied to clipboard
class
LiveLocation
(
x
:
Double
,
y
:
Double
,
building
:
Int
,
floor
:
Int
)
Live
Location
Response
Link copied to clipboard
class
LiveLocationResponse
OS
Link copied to clipboard
data
class
OS
(
val
type
:
String
=
"Android"
,
val
name
:
String
=
Build.VERSION.RELEASE
,
val
versionNumber
:
Int
=
Build.VERSION.SDK_INT
)
Share
Live
Location
Request
Link copied to clipboard
data
class
ShareLiveLocationRequest
(
val
property
:
Int
,
val
location
:
LiveLocation
)
Update
Live
Location
Request
Link copied to clipboard
class
UpdateLiveLocationRequest
(
location
:
LiveLocation
)