Class ReverseGeocodeOptions
java.lang.Object
com.cercalia.sdk.model.reversegeocoding.ReverseGeocodeOptions
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).
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()@Nullable StringReturns the special category (censal section, sigpac - Spain only).@Nullable StringReturns the datetime for timezone lookup (ISO 8601 format).@Nullable ReverseGeocodeLevelgetLevel()Returns the level of detail for the result.
-
Method Details
-
builder
-
getLevel
Returns the level of detail for the result.- Returns:
- the level
-
getDateTime
Returns the datetime for timezone lookup (ISO 8601 format).- Returns:
- the datetime
-
getCategory
Returns the special category (censal section, sigpac - Spain only). Valid values: "d00seccen", "d00sigpac"- Returns:
- the category
-