Uses of Class
com.cercalia.sdk.model.geocoding.GeocodingOptions.Builder
Packages that use GeocodingOptions.Builder
-
Uses of GeocodingOptions.Builder in com.cercalia.sdk.model.geocoding
Methods in com.cercalia.sdk.model.geocoding that return GeocodingOptions.BuilderModifier and TypeMethodDescriptionstatic GeocodingOptions.BuilderGeocodingOptions.builder()Creates a new builder for constructingGeocodingOptionsinstances.Sets the country name.GeocodingOptions.Builder.countryCode(String countryCode) Sets the country code (ISO 3166-1).GeocodingOptions.Builder.fullSearch(Boolean fullSearch) Enables or disables full search mode.GeocodingOptions.Builder.houseNumber(String houseNumber) Sets the house number.Sets the maximum number of results to return.Sets the locality (locality) name.GeocodingOptions.Builder.municipality(String municipality) Sets the municipality name.GeocodingOptions.Builder.postalCode(String postalCode) Sets the postal code.Sets the free-form text query.Sets the region (state/autonomous community) name.Sets the street name.Sets the subregion (subregion) name.