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
/
IShareLocationService
/
deleteSharedLiveLocation
delete
Shared
Live
Location
@
DELETE
(
value
=
"shareLiveLocation/{id}"
)
abstract
fun
deleteSharedLiveLocation
(
@
Path
(
value
=
"id"
)
id
:
String
)
:
Call
<
LiveLocationResponse
>