Class ReverseGeocodeOptions

java.lang.Object
com.cercalia.sdk.model.reversegeocoding.ReverseGeocodeOptions

public final class ReverseGeocodeOptions extends Object
Options for reverse geocoding requests.

Allows specifying the level of detail (address, locality, subregion, etc.), as well as requesting special data like timezones or agricultural parcels (Spain only).

  • Method Details

    • builder

      public static ReverseGeocodeOptions.Builder builder()
    • getLevel

      @Nullable public @Nullable ReverseGeocodeLevel getLevel()
      Returns the level of detail for the result.
      Returns:
      the level
    • getDateTime

      @Nullable public @Nullable String getDateTime()
      Returns the datetime for timezone lookup (ISO 8601 format).
      Returns:
      the datetime
    • getCategory

      @Nullable public @Nullable String getCategory()
      Returns the special category (censal section, sigpac - Spain only). Valid values: "d00seccen", "d00sigpac"
      Returns:
      the category