Uses of Class
com.cercalia.sdk.model.geocoding.GeocodingCandidate.Builder
Packages that use GeocodingCandidate.Builder
-
Uses of GeocodingCandidate.Builder in com.cercalia.sdk.model.geocoding
Methods in com.cercalia.sdk.model.geocoding that return GeocodingCandidate.BuilderModifier and TypeMethodDescriptionstatic GeocodingCandidate.BuilderGeocodingCandidate.builder()Creates a new builder for constructingGeocodingCandidateinstances.GeocodingCandidate.Builder.coord(Coordinate coord) Sets the geographic coordinates.Sets the country name.GeocodingCandidate.Builder.countryCode(String countryCode) Sets the country code (ISO 3166-1).Sets the district name.GeocodingCandidate.Builder.districtCode(String districtCode) Sets the district code/identifier.GeocodingCandidate.Builder.houseNumber(String houseNumber) Sets the house number.Sets the unique identifier for this location.Sets the full address label or description.GeocodingCandidate.Builder.level(GeocodingLevel level) Sets the precision level of this geocoding result.Sets the locality (city) name.GeocodingCandidate.Builder.localityCode(String localityCode) Sets the locality (city) code/identifier.GeocodingCandidate.Builder.municipality(String municipality) Sets the municipality name.GeocodingCandidate.Builder.municipalityCode(String municipalityCode) Sets the municipality code/identifier.Sets the display name of this location.GeocodingCandidate.Builder.postalCode(String postalCode) Sets the postal code.Sets the region (state/autonomous community) name.GeocodingCandidate.Builder.regionCode(String regionCode) Sets the region (state/autonomous community) code/identifier.Sets the street name.GeocodingCandidate.Builder.streetCode(String streetCode) Sets the street code/identifier.Sets the subregion (province) name.GeocodingCandidate.Builder.subregionCode(String subregionCode) Sets the subregion (province) code/identifier.GeocodingCandidate.Builder.type(GeocodingCandidateType type) Sets the type of this geocoding result.