MapstedLocationShareApi

Constructors

Link copied to clipboard
constructor(context: Context, coreApi: CoreApi, mapUiApi: MapUiApi)

Types

Link copied to clipboard
inner class EventsImpl(mapstedLiveLocationShareApi: MapstedLocationShareApi) : LocationShareApi.Events
Link copied to clipboard
inner class LifecycleImpl(mapstedLiveLocationShareApi: MapstedLocationShareApi) : LocationShareApi.Lifecycle
Link copied to clipboard
inner class SetupImpl(mapstedLiveLocationShareApi: MapstedLocationShareApi) : LocationShareApi.Setup

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun events(): LocationShareApi.Events
Link copied to clipboard
open override fun hasLocationShareEnabled(): Boolean
Link copied to clipboard
Link copied to clipboard
open override fun setup(): LocationShareApi.Setup
Link copied to clipboard
open override fun shareLiveLocation(selectedPropertyId: Int, position: Position, resultCallback: Consumer<String>)
Link copied to clipboard
open override fun stopLocationSharing(resultCallback: Consumer<Boolean>)