Struct aws_sdk_iotwireless::types::builders::AccuracyBuilder
source · #[non_exhaustive]pub struct AccuracyBuilder { /* private fields */ }Expand description
A builder for Accuracy.
Implementations§
source§impl AccuracyBuilder
impl AccuracyBuilder
sourcepub fn horizontal_accuracy(self, input: f32) -> Self
pub fn horizontal_accuracy(self, input: f32) -> Self
The horizontal accuracy of the estimated position, which is the difference between the estimated location and the actual device location.
sourcepub fn set_horizontal_accuracy(self, input: Option<f32>) -> Self
pub fn set_horizontal_accuracy(self, input: Option<f32>) -> Self
The horizontal accuracy of the estimated position, which is the difference between the estimated location and the actual device location.
sourcepub fn get_horizontal_accuracy(&self) -> &Option<f32>
pub fn get_horizontal_accuracy(&self) -> &Option<f32>
The horizontal accuracy of the estimated position, which is the difference between the estimated location and the actual device location.
sourcepub fn vertical_accuracy(self, input: f32) -> Self
pub fn vertical_accuracy(self, input: f32) -> Self
The vertical accuracy of the estimated position, which is the difference between the estimated altitude and actual device latitude in meters.
sourcepub fn set_vertical_accuracy(self, input: Option<f32>) -> Self
pub fn set_vertical_accuracy(self, input: Option<f32>) -> Self
The vertical accuracy of the estimated position, which is the difference between the estimated altitude and actual device latitude in meters.
sourcepub fn get_vertical_accuracy(&self) -> &Option<f32>
pub fn get_vertical_accuracy(&self) -> &Option<f32>
The vertical accuracy of the estimated position, which is the difference between the estimated altitude and actual device latitude in meters.
Trait Implementations§
source§impl Clone for AccuracyBuilder
impl Clone for AccuracyBuilder
source§fn clone(&self) -> AccuracyBuilder
fn clone(&self) -> AccuracyBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for AccuracyBuilder
impl Debug for AccuracyBuilder
source§impl Default for AccuracyBuilder
impl Default for AccuracyBuilder
source§fn default() -> AccuracyBuilder
fn default() -> AccuracyBuilder
source§impl PartialEq for AccuracyBuilder
impl PartialEq for AccuracyBuilder
source§fn eq(&self, other: &AccuracyBuilder) -> bool
fn eq(&self, other: &AccuracyBuilder) -> bool
self and other values to be equal, and is used
by ==.