MPMapsIndoorsLiveLocationSource

Deprecated

Since version 4.6.0

Constructors

Link copied to clipboard
constructor(@NonNull contextWeakReference: WeakReference<Context>, @Nullable venue: String)

Functions

Link copied to clipboard
Link copied to clipboard
open fun clearCache()
Clears cached data
Link copied to clipboard
Link copied to clipboard
open fun getSourceId(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onLiveDataUpdated(@NonNull liveUpdate: LiveUpdate)
Receives a liveUpdate and converts it to a list to send to onLiveDataUpdates [INTERNAL]
Link copied to clipboard
open fun onLiveDataUpdates(@NonNull liveUpdates: List<LiveUpdate>)
Finds locations in the liveUpdates and updates MpMapsIndoorsLocationSource with the LiveUpdates [INTERNAL]
Link copied to clipboard
Link copied to clipboard
open fun terminate()
Link copied to clipboard
open fun updateLocations(@Nullable updatedLocations: List<MPLocation>)