AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.IoTWireless.AmazonIoTWirelessRequest
      Amazon.IoTWireless.Model.GetPositionEstimateRequest

Namespace: Amazon.IoTWireless.Model
Assembly: AWSSDK.IoTWireless.dll
Version: 3.x.y.z

Syntax

C#
public class GetPositionEstimateRequest : AmazonIoTWirelessRequest
         IAmazonWebServiceRequest

The GetPositionEstimateRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property 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.

Public Property 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.

Public Property 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.

Public Property 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.

Public Property 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.

Version Information

.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