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.service.location
/
ShareLocationService
Share
Location
Service
class
ShareLocationService
Members
Constructors
Share
Location
Service
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
delete
Shared
Live
Location
Link copied to clipboard
suspend
fun
deleteSharedLiveLocation
(
id
:
String
)
:
LiveLocationResponse
share
Live
Location
Link copied to clipboard
suspend
fun
shareLiveLocation
(
request
:
ShareLiveLocationRequest
)
:
LiveLocationResponse
update
Shared
Live
Location
Link copied to clipboard
suspend
fun
updateSharedLiveLocation
(
id
:
String
,
location
:
LiveLocation
)
:
LiveLocationResponse