Interface GetPositionEstimateRequest.Builder

  • Method Details

    • wiFiAccessPoints

      GetPositionEstimateRequest.Builder wiFiAccessPoints(Collection<WiFiAccessPoint> wiFiAccessPoints)

      Retrieves an estimated device position by resolving WLAN measurement data. The position is resolved using HERE's Wi-Fi based solver.

      Parameters:
      wiFiAccessPoints - Retrieves an estimated device position by resolving WLAN measurement data. The position is resolved using HERE's Wi-Fi based solver.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • wiFiAccessPoints

      GetPositionEstimateRequest.Builder wiFiAccessPoints(WiFiAccessPoint... wiFiAccessPoints)

      Retrieves an estimated device position by resolving WLAN measurement data. The position is resolved using HERE's Wi-Fi based solver.

      Parameters:
      wiFiAccessPoints - Retrieves an estimated device position by resolving WLAN measurement data. The position is resolved using HERE's Wi-Fi based solver.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • wiFiAccessPoints

      Retrieves an estimated device position by resolving WLAN measurement data. The position is resolved using HERE's Wi-Fi based solver.

      This is a convenience method that creates an instance of the WiFiAccessPoint.Builder avoiding the need to create one manually via WiFiAccessPoint.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to wiFiAccessPoints(List<WiFiAccessPoint>).

      Parameters:
      wiFiAccessPoints - a consumer that will call methods on WiFiAccessPoint.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • cellTowers

      Retrieves an estimated device position by resolving measurement data from cellular radio towers. The position is resolved using HERE's cellular-based solver.

      Parameters:
      cellTowers - Retrieves an estimated device position by resolving measurement data from cellular radio towers. The position is resolved using HERE's cellular-based solver.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cellTowers

      Retrieves an estimated device position by resolving measurement data from cellular radio towers. The position is resolved using HERE's cellular-based solver.

      This is a convenience method that creates an instance of the CellTowers.Builder avoiding the need to create one manually via CellTowers.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to cellTowers(CellTowers).

      Parameters:
      cellTowers - a consumer that will call methods on CellTowers.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ip

      Retrieves an estimated device position by resolving the IP address information from the device. The position is resolved using MaxMind's IP-based solver.

      Parameters:
      ip - Retrieves an estimated device position by resolving the IP address information from the device. The position is resolved using MaxMind's IP-based solver.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ip

      Retrieves an estimated device position by resolving the IP address information from the device. The position is resolved using MaxMind's IP-based solver.

      This is a convenience method that creates an instance of the Ip.Builder avoiding the need to create one manually via Ip.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to ip(Ip).

      Parameters:
      ip - a consumer that will call methods on Ip.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • gnss

      Retrieves an estimated device position by resolving the global navigation satellite system (GNSS) scan data. The position is resolved using the GNSS solver powered by LoRa Cloud.

      Parameters:
      gnss - Retrieves an estimated device position by resolving the global navigation satellite system (GNSS) scan data. The position is resolved using the GNSS solver powered by LoRa Cloud.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • gnss

      Retrieves an estimated device position by resolving the global navigation satellite system (GNSS) scan data. The position is resolved using the GNSS solver powered by LoRa Cloud.

      This is a convenience method that creates an instance of the Gnss.Builder avoiding the need to create one manually via Gnss.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to gnss(Gnss).

      Parameters:
      gnss - a consumer that will call methods on Gnss.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • timestamp

      Optional information that specifies the time when the position information will be resolved. It uses the Unix timestamp format. If not specified, the time at which the request was received will be used.

      Parameters:
      timestamp - Optional information that specifies the time when the position information will be resolved. It uses the Unix timestamp format. If not specified, the time at which the request was received will be used.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetPositionEstimateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.