public static interface GetPositionEstimateResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<GetPositionEstimateResponse.Builder,GetPositionEstimateResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPositionEstimateResponse.Builder |
geoJsonPayload(SdkBytes geoJsonPayload)
The position information of the resource, displayed as a JSON payload.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPositionEstimateResponse.Builder geoJsonPayload(SdkBytes geoJsonPayload)
The position information of the resource, displayed as a JSON payload. The payload uses the GeoJSON format, which a format that's used to encode geographic data structures. For more information, see GeoJSON.
geoJsonPayload - The position information of the resource, displayed as a JSON payload. The payload uses the GeoJSON
format, which a format that's used to encode geographic data structures. For more information, see GeoJSON.Copyright © 2022. All rights reserved.