#[non_exhaustive]pub struct GetPositionEstimateOutput {
pub geo_json_payload: Option<Blob>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.geo_json_payload: Option<Blob>
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).
Implementations§
source§impl GetPositionEstimateOutput
impl GetPositionEstimateOutput
sourcepub fn geo_json_payload(&self) -> Option<&Blob>
pub fn geo_json_payload(&self) -> Option<&Blob>
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).
source§impl GetPositionEstimateOutput
impl GetPositionEstimateOutput
sourcepub fn builder() -> GetPositionEstimateOutputBuilder
pub fn builder() -> GetPositionEstimateOutputBuilder
Creates a new builder-style object to manufacture GetPositionEstimateOutput
.
Trait Implementations§
source§impl Clone for GetPositionEstimateOutput
impl Clone for GetPositionEstimateOutput
source§fn clone(&self) -> GetPositionEstimateOutput
fn clone(&self) -> GetPositionEstimateOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetPositionEstimateOutput
impl Debug for GetPositionEstimateOutput
source§impl PartialEq for GetPositionEstimateOutput
impl PartialEq for GetPositionEstimateOutput
source§fn eq(&self, other: &GetPositionEstimateOutput) -> bool
fn eq(&self, other: &GetPositionEstimateOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetPositionEstimateOutput
impl RequestId for GetPositionEstimateOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.