public static interface ReverseGeocodingConfig.Builder extends SdkPojo, CopyableBuilder<ReverseGeocodingConfig.Builder,ReverseGeocodingConfig>
| Modifier and Type | Method and Description |
|---|---|
ReverseGeocodingConfig.Builder |
xAttributeName(String xAttributeName)
The field name for the data that describes x-axis coordinate, eg.
|
ReverseGeocodingConfig.Builder |
yAttributeName(String yAttributeName)
The field name for the data that describes y-axis coordinate, eg.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReverseGeocodingConfig.Builder xAttributeName(String xAttributeName)
The field name for the data that describes x-axis coordinate, eg. longitude of a point.
xAttributeName - The field name for the data that describes x-axis coordinate, eg. longitude of a point.ReverseGeocodingConfig.Builder yAttributeName(String yAttributeName)
The field name for the data that describes y-axis coordinate, eg. latitude of a point.
yAttributeName - The field name for the data that describes y-axis coordinate, eg. latitude of a point.Copyright © 2023. All rights reserved.