setBackgroundLocationIndicatorVisible abstract method

LocationEngineStatus setBackgroundLocationIndicatorVisible(
  1. bool visible
)

Controls visibility of application's background location indicator.

By default background location indicator is visible, if application has background location capabilities.

  • visible Set to true to show background location indicator, or false to 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);