| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
Gnss |
Gnss.clone() |
Gnss |
GetPositionEstimateRequest.getGnss()
Retrieves an estimated device position by resolving the global navigation satellite system (GNSS) scan data.
|
Gnss |
Gnss.withAssistAltitude(Float assistAltitude)
Optional assistance altitude, which is the altitude of the device at capture time, specified in meters above the
WGS84 reference ellipsoid.
|
Gnss |
Gnss.withAssistPosition(Collection<Float> assistPosition)
Optional assistance position information, specified using latitude and longitude values in degrees.
|
Gnss |
Gnss.withAssistPosition(Float... assistPosition)
Optional assistance position information, specified using latitude and longitude values in degrees.
|
Gnss |
Gnss.withCaptureTime(Float captureTime)
Optional parameter that gives an estimate of the time when the GNSS scan information is taken, in seconds GPS
time (GPST).
|
Gnss |
Gnss.withCaptureTimeAccuracy(Float captureTimeAccuracy)
Optional value that gives the capture time estimate accuracy, in seconds.
|
Gnss |
Gnss.withPayload(String payload)
Payload that contains the GNSS scan result, or NAV message, in hexadecimal notation.
|
Gnss |
Gnss.withUse2DSolver(Boolean use2DSolver)
Optional parameter that forces 2D solve, which modifies the positioning algorithm to a 2D solution problem.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPositionEstimateRequest.setGnss(Gnss gnss)
Retrieves an estimated device position by resolving the global navigation satellite system (GNSS) scan data.
|
GetPositionEstimateRequest |
GetPositionEstimateRequest.withGnss(Gnss gnss)
Retrieves an estimated device position by resolving the global navigation satellite system (GNSS) scan data.
|
Copyright © 2024. All rights reserved.