setBackgroundLocationIndicatorVisible abstract method
- bool visible
Controls visibility of application's background location indicator.
By default background location indicator is visible, if application has background location capabilities.
visibleSet totrueto show background location indicator, orfalseto hide it.
Returns LocationEngineStatus. LocationEngineStatus.ok if call succeeds. LocationEngineStatus.notAllowed if the application does not have background location capabilities enabled. LocationEngineStatus.notSupported on platforms which do not support controlling of background location indicator visibility.
Implementation
LocationEngineStatus setBackgroundLocationIndicatorVisible(bool visible);