Interface GnssCapture.Builder

  • Method Details

    • payload

      GnssCapture.Builder payload(String payload)

      Payload that contains the GNSS scan result, or NAV message, in hexadecimal notation.

      Parameters:
      payload - Payload that contains the GNSS scan result, or NAV message, in hexadecimal notation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • captureTime

      GnssCapture.Builder captureTime(Float captureTime)

      Optional parameter that gives an estimate of the time when the GNSS scan information is taken, in seconds GPS time (GPST). If capture time is not specified, the local server time is used.

      Parameters:
      captureTime - Optional parameter that gives an estimate of the time when the GNSS scan information is taken, in seconds GPS time (GPST). If capture time is not specified, the local server time is used.
      Returns:
      Returns a reference to this object so that method calls can be chained together.