pub struct Builder { /* private fields */ }
Expand description
A builder for ReverseGeocodingConfig
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn y_attribute_name(self, input: impl Into<String>) -> Self
pub fn y_attribute_name(self, input: impl Into<String>) -> Self
sourcepub fn set_y_attribute_name(self, input: Option<String>) -> Self
pub fn set_y_attribute_name(self, input: Option<String>) -> Self
sourcepub fn x_attribute_name(self, input: impl Into<String>) -> Self
pub fn x_attribute_name(self, input: impl Into<String>) -> Self
sourcepub fn set_x_attribute_name(self, input: Option<String>) -> Self
pub fn set_x_attribute_name(self, input: Option<String>) -> Self
sourcepub fn build(self) -> ReverseGeocodingConfig
pub fn build(self) -> ReverseGeocodingConfig
Consumes the builder and constructs a ReverseGeocodingConfig
.