startWithLocationOptions abstract method

LocationEngineStatus startWithLocationOptions(
  1. LocationOptions locationOptions
)

Starts the location engine with desired LocationOptions.

Returns LocationEngineStatus.alreadyStarted, if LocationEngineBase.startWithLocationOptions is called again without LocationEngineBase.stop in between. Make sure to call either LocationEngineBase.confirmHEREPrivacyNoticeInclusion or LocationEngineBase.confirmHEREPrivacyNoticeException beforehand. This method variant is not currently supported on iOS platforms. Returns LocationEngineStatus.notSupported on platforms which this method variant is not supported.

  • locationOptions Desired location options.

Returns LocationEngineStatus. Engine status. Valid values are defined in LocationEngineStatus

Implementation

LocationEngineStatus startWithLocationOptions(LocationOptions locationOptions);