Class SuggestGeocodeResult

java.lang.Object
com.cercalia.sdk.model.suggest.SuggestGeocodeResult

public final class SuggestGeocodeResult extends Object
Geocoded result from Cercalia Suggest Geocode API.
  • Method Details

    • builder

      public static SuggestGeocodeResult.Builder builder()
    • getCoord

      @NotNull public @NotNull Coordinate getCoord()
    • getFormattedAddress

      @NotNull public @NotNull String getFormattedAddress()
    • getName

      @Nullable public @Nullable String getName()
    • getStreetCode

      @Nullable public @Nullable String getStreetCode()
    • getStreetName

      @Nullable public @Nullable String getStreetName()
    • getHouseNumber

      @Nullable public @Nullable String getHouseNumber()
    • getPostalCode

      @Nullable public @Nullable String getPostalCode()
    • getCityCode

      @Nullable public @Nullable String getCityCode()
    • getCityName

      @Nullable public @Nullable String getCityName()
    • getMunicipalityCode

      @Nullable public @Nullable String getMunicipalityCode()
    • getMunicipalityName

      @Nullable public @Nullable String getMunicipalityName()
    • getSubregionCode

      @Nullable public @Nullable String getSubregionCode()
    • getSubregionName

      @Nullable public @Nullable String getSubregionName()
    • getRegionCode

      @Nullable public @Nullable String getRegionCode()
    • getRegionName

      @Nullable public @Nullable String getRegionName()
    • getCountryCode

      @Nullable public @Nullable String getCountryCode()
    • getCountryName

      @Nullable public @Nullable String getCountryName()