SatellitePositioningOptions (API Reference)
Package com.here.sdk.location
Class SatellitePositioningOptions
java.lang.Object
com.here.sdk.location.SatellitePositioningOptions
GNSS positioning options.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enabled
public boolean enabledControls GNSS positioning. If false, GNSS positioning is disabled. Defaults to
true. -
hdEnabled
public boolean hdEnabledControls HD GNSS positioning. If false, HD GNSS positioning is disabled. VDR (Vehicle Dead Reckoning) is used if HD GNSS is enabled and sensors are used for positioning. This feature requires Android 12 or later and dual frequency GNSS receiver and raw GNSS measurements. This feature is disabled by default: Contact us to enable it. If it is not enabled or the OS/device requirements are not met, fallback to other positioning technologies may occur and desired accuracy level may not be reached. Defaults to
false.
-
-
Constructor Details
-
SatellitePositioningOptions
public SatellitePositioningOptions()Creates a new instance.
-