Class SatellitePositioningOptions
- Last UpdatedMay 13, 2025
- 1 minute read
Package com.here.sdk.location
- java.lang.Object
-
- com.here.sdk.location.SatellitePositioningOptions
-
public final class SatellitePositioningOptions extends java.lang.Object
GNSS positioning options.
-
-
Constructor Summary
Constructors Constructor Description SatellitePositioningOptions()
Creates a new instance.
-
-
-
Field Detail
-
enabled
public boolean enabled
Controls GNSS positioning. If false, GNSS positioning is disabled. Defaults to true.
-
hdEnabled
public boolean hdEnabled
Controls 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.
-
-