2.0.0b1 (2024-08-06)
New Features and Enhancements
-
Support Search API
2023-06-01
-
Geocoding APIs
- Introduced
get_geocoding
method to obtain longitude and latitude coordinates for a given address. - Introduced
get_geocoding_batch
method to handle batch geocoding queries, supporting up to 100 queries in a single request.
- Introduced
-
Reverse Geocoding APIs
- Introduced
get_reverse_geocoding
method to get address details from given coordinates. - Introduced
get_reverse_geocoding_batch
method to handle batch reverse geocoding queries, supporting up to 100 queries in a single request.
- Introduced
-
Boundary APIs
- Introduced
get_polygon
method to obtain polygon boundaries for a given set of coordinates with specified resolution and boundary result type.
- Introduced
Breaking Changes
- Removed Methods
- Removed the
fuzzy_search
method. - Removed the
search_point_of_interest
method. - Removed the
search_address
method. - Removed the
search_nearby_point_of_interest
method. - Removed the
search_point_of_interest_category
method. - Removed the
search_structured_address
method. - Removed the
get_geometries
method. - Removed the
get_point_of_interest_categories
method. - Removed the
reverse_search_address
method. - Removed the
reverse_search_cross_street_address
method. - Removed the
search_inside_geometry
method. - Removed the
search_along_route
method. - Removed the
fuzzy_search_batch
method. - Removed the
search_address_batch
method.
- Removed the