Interface GetPositionEstimateResponse.Builder

    • Method Detail

      • geoJsonPayload

        GetPositionEstimateResponse.Builder geoJsonPayload​(SdkBytes geoJsonPayload)

        The position information of the resource, displayed as a JSON payload. The payload is of type blob and uses the GeoJSON format, which a format that's used to encode geographic data structures. A sample payload contains the timestamp information, the WGS84 coordinates of the location, and the accuracy and confidence level. For more information and examples, see Resolve device location (console).

        Parameters:
        geoJsonPayload - The position information of the resource, displayed as a JSON payload. The payload is of type blob and uses the GeoJSON format, which a format that's used to encode geographic data structures. A sample payload contains the timestamp information, the WGS84 coordinates of the location, and the accuracy and confidence level. For more information and examples, see Resolve device location (console).
        Returns:
        Returns a reference to this object so that method calls can be chained together.