Class: Aws::IoTWireless::Types::GetPositionEstimateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetPositionEstimateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#geo_json_payload ⇒ String
The position information of the resource, displayed as a JSON payload.
Instance Attribute Details
#geo_json_payload ⇒ String
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)].
[1]: geojson.org/ [2]: docs.aws.amazon.com/iot/latest/developerguide/location-resolve-console.html
2298 2299 2300 2301 2302 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2298 class GetPositionEstimateResponse < Struct.new( :geo_json_payload) SENSITIVE = [] include Aws::Structure end |