• java.lang.Object
    • com.here.sdk.location.SatellitePositioningOptions

  • public final class SatellitePositioningOptions
    extends java.lang.Object

    GNSS positioning options.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean enabled
      Controls GNSS positioning.
      boolean hdEnabled
      Controls HD GNSS positioning.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.

    • Constructor Detail

      • SatellitePositioningOptions

        public SatellitePositioningOptions()

        Creates a new instance.