AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the GetPositionEstimate operation. Get estimated position information as a payload in GeoJSON format. The payload measurement data is resolved using solvers that are provided by third-party vendors.
Namespace: Amazon.IoTWireless.Model
Assembly: AWSSDK.IoTWireless.dll
Version: 3.x.y.z
public class GetPositionEstimateRequest : AmazonIoTWirelessRequest IAmazonWebServiceRequest
The GetPositionEstimateRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
GetPositionEstimateRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
CellTowers | Amazon.IoTWireless.Model.CellTowers |
Gets and sets the property CellTowers. Retrieves an estimated device position by resolving measurement data from cellular radio towers. The position is resolved using HERE's cellular-based solver. |
![]() |
Gnss | Amazon.IoTWireless.Model.Gnss |
Gets and sets the property 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. |
![]() |
Ip | Amazon.IoTWireless.Model.Ip |
Gets and sets the property 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. |
![]() |
Timestamp | System.DateTime |
Gets and sets the property 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. |
![]() |
WiFiAccessPoints | System.Collections.Generic.List<Amazon.IoTWireless.Model.WiFiAccessPoint> |
Gets and sets the property WiFiAccessPoints. Retrieves an estimated device position by resolving WLAN measurement data. The position is resolved using HERE's Wi-Fi based solver. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5