Skip to content

Commit cbcd8ce

Browse files
authored
Generate and implement Maps Search V2 (#36106)
1 parent 698e69c commit cbcd8ce

File tree

88 files changed

+5635
-21299
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+5635
-21299
lines changed

sdk/maps/azure-maps-search/CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Release History
22

3+
## 2.0.0b1 (Unreleased)
4+
5+
### New Features and Enhancements
6+
7+
- **Geocoding APIs**
8+
- Introduced `get_geocoding` method to obtain longitude and latitude coordinates for a given address.
9+
- Introduced `get_geocoding_batch` method to handle batch geocoding queries, supporting up to 100 queries in a single request.
10+
11+
- **Reverse Geocoding APIs**
12+
- Introduced `get_reverse_geocoding` method to get address details from given coordinates.
13+
- Introduced `get_reverse_geocoding_batch` method to handle batch reverse geocoding queries, supporting up to 100 queries in a single request.
14+
15+
- **Boundary APIs**
16+
- Introduced `get_polygon` method to obtain polygon boundaries for a given set of coordinates with specified resolution and boundary result type.
17+
18+
### Breaking Changes
19+
20+
- **Removed Methods**
21+
- Removed the `fuzzy_search` method.
22+
- Removed the `search_point_of_interest` method.
23+
- Removed the `search_address` method.
24+
- Removed the `search_nearby_point_of_interest` method.
25+
- Removed the `search_point_of_interest_category` method.
26+
- Removed the `search_structured_address` method.
27+
- Removed the `get_geometries` method.
28+
- Removed the `get_point_of_interest_categories` method.
29+
- Removed the `reverse_search_address` method.
30+
- Removed the `reverse_search_cross_street_address` method.
31+
- Removed the `search_inside_geometry` method.
32+
- Removed the `search_along_route` method.
33+
- Removed the `fuzzy_search_batch` method.
34+
- Removed the `search_address_batch` method.
35+
336
## 1.0.0b3 (2024-05-15)
437

538
### Bugs Fixed

0 commit comments

Comments
 (0)