EventsImpl

inner class EventsImpl(mapstedLiveLocationShareApi: MapstedLocationShareApi) : LocationShareApi.Events

Constructors

Link copied to clipboard
constructor(mapstedLiveLocationShareApi: MapstedLocationShareApi)

Functions

Link copied to clipboard
open override fun isLiveLocationOnProgress(): Boolean
Link copied to clipboard
open override fun shareLiveLocation(selectedPropertyId: Int, position: Position, consumer: Consumer<LiveLocationResponse?>)
Link copied to clipboard
open override fun stopLiveLocationShare(consumer: Consumer<LiveLocationResponse?>)
Link copied to clipboard
open override fun updateSharedLiveLocation(id: String, liveLocation: LiveLocation)