LocationAccuracyHelper

class LocationAccuracyHelper(context: Context, mViewModel: MapViewModel, visibilityCallback: Consumer<Int>)

Constructors

Link copied to clipboard
constructor(context: Context, mViewModel: MapViewModel, visibilityCallback: Consumer<Int>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun handleNotification(type: Int, data: Any? = null)

Handles notifications for different types of location accuracy issues.

Link copied to clipboard
Link copied to clipboard
fun openFloorSelectorFragment(mapApi: MapApi, childFragmentManager: FragmentManager)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun openWifiThrottleWebFragment(childFragmentManager: FragmentManager)
Link copied to clipboard
fun showNearbyLandmarkFragment(mapApi: MapApi, coreApi: CoreApi, childFragmentManager: FragmentManager, isShowPickOnMap: Consumer<Boolean>)