Creates a new ReverseGeocodingService instance.
The Cercalia API configuration.
Gets regions/municipalities that intersect a polygon.
Polygon geometry in WKT format.
Administrative level to return ('ct', 'mun', 'subreg', 'reg').
Promise resolving to array of administrative regions in the polygon.
Gets timezone information for a coordinate.
The coordinate to get timezone for.
Optional datetime in ISO 8601 format.
Promise resolving to timezone information or null if not found.
ProtectedrequestExecutes a generic request to the Cercalia API.
Query parameters for the API request.
Human-readable name for logging and debugging.
OptionalbaseUrl: stringOptional override for the base API URL.
A promise resolving to the parsed API response.
Reverse geocodes a single coordinate to get address information.
The coordinate to reverse geocode.
Optional reverse geocoding parameters.
Promise resolving to reverse geocoding result or null if no match.
Reverse geocodes multiple coordinates in a single request.
Array of coordinates to reverse geocode (max 100).
Optional reverse geocoding parameters.
Promise resolving to array of reverse geocoding results.
Service for reverse geocoding operations using Cercalia API.
Remarks
Converts geographic coordinates into address information and administrative hierarchy. Also supports timezone lookup and special category queries.