Class ReverseGeocodeOptions.Builder
java.lang.Object
com.cercalia.sdk.model.reversegeocoding.ReverseGeocodeOptions.Builder
- Enclosing class:
- ReverseGeocodeOptions
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Sets the special category (Spain only).Sets the datetime for timezone lookup (ISO 8601 format).level(ReverseGeocodeLevel level) Sets the level of detail for the result.
-
Method Details
-
level
Sets the level of detail for the result.- Parameters:
level- the level- Returns:
- this builder
-
dateTime
Sets the datetime for timezone lookup (ISO 8601 format).- Parameters:
dateTime- the datetime- Returns:
- this builder
-
category
Sets the special category (Spain only).- Parameters:
category- "d00seccen" for census section, "d00sigpac" for SIGPAC parcel- Returns:
- this builder
-
build
-