MPMapsIndoorsLiveLocationSource

open class MPMapsIndoorsLiveLocationSource : MPMapsIndoorsLocationSource

Functions

Link copied to clipboard
abstract fun addLocationsObserver(@Nullable observer: MPLocationsObserver)
open fun addLocationsObserver(@Nullable observer: MPLocationsObserver)
Link copied to clipboard
open fun clearCache()
Clears cached data
Link copied to clipboard
@NonNull
open fun getLocations(): List<MPLocation>
Link copied to clipboard
open fun getSourceId(): Int
Link copied to clipboard
@NonNull
open fun getStatus(): MPLocationSourceStatus
Link copied to clipboard
abstract fun removeLocationsObserver(@Nullable observer: MPLocationsObserver)
open fun removeLocationsObserver(@Nullable observer: MPLocationsObserver)
Link copied to clipboard
open fun setInternalOnStatusChangeListener(internalOnStatusChangeListener: MPLocationSourceOnStatusChangedListener)
Link copied to clipboard
open fun terminate()
Link copied to clipboard
open fun updateLocations(@Nullable updatedLocations: List<MPLocation>)