Skip to content

Commit 4f5073a

Browse files
authored
[Azuremap AutoComplete]remove pricing description, and unsupported roadintersection (#36481)
* remove pricing description, and unsupported roadintersection * Remove all RoadIntersection in autocomplete
1 parent 4d3d0a3 commit 4f5073a

File tree

1 file changed

+4
-14
lines changed
  • specification/maps/data-plane/Search/preview/2025-06-01-preview

1 file changed

+4
-14
lines changed

specification/maps/data-plane/Search/preview/2025-06-01-preview/search.json

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@
613613
"/geocode:autocomplete": {
614614
"get": {
615615
"summary": "Use to get ranked list of suggested entities based on a user's location and a partial query.",
616-
"description": "**Autocomplete API**\n\n\n**Applies to**: see pricing [tiers](https://aka.ms/AzureMapsPricingTier).\n\n\n\nGiven a request with a user’s location and a partial query that serves as the prefix of a full query string (referred to as a query prefix), the Azure Maps Autocomplete API returns a list of suggested entities that the user is most likely searching for. These entities are ranked from most to least likely.\n\n",
616+
"description": "\n\nGiven a request with a user’s location and a partial query that serves as the prefix of a full query string (referred to as a query prefix), the Azure Maps Autocomplete API returns a list of suggested entities that the user is most likely searching for. These entities are ranked from most to least likely.\n\n",
617617
"operationId": "Search_GetGeocodeAutocomplete",
618618
"produces": [
619619
"application/geo+json"
@@ -685,7 +685,7 @@
685685
{
686686
"name": "Address",
687687
"value": "Address",
688-
"description": "A specific address location, which can be further categorized into resultTypes such as RoadIntersection and RoadBlock."
688+
"description": "A specific address location, which can be further categorized into resultTypes such as RoadBlock."
689689
},
690690
{
691691
"name": "Place",
@@ -699,7 +699,7 @@
699699
{
700700
"name": "resultTypes",
701701
"in": "query",
702-
"description": "A comma separated list of returned entity types.\nWhen type group is set to Address, the supported types are:\n\n- Address\n- RoadBlock\n- RoadIntersection\n\nAll other types belong to the Place type group. These may include entities such as AdminDivision1, Neighborhood, PopulatedPlace, and more.\nDefault value is all possible entity types.",
702+
"description": "A comma separated list of returned entity types.\nWhen type group is set to Address, the supported types are:\n\n- Address\n- RoadBlock\n\nAll other types belong to the Place type group. These may include entities such as AdminDivision1, Neighborhood, PopulatedPlace, and more.\nDefault value is all possible entity types.",
703703
"required": false,
704704
"type": "array",
705705
"items": {
@@ -810,7 +810,6 @@
810810
"ResidentialStructure",
811811
"River",
812812
"RoadBlock",
813-
"RoadIntersection",
814813
"Ruin",
815814
"ScientificResearchBase",
816815
"Sea",
@@ -1261,10 +1260,6 @@
12611260
"name": "RoadBlock",
12621261
"value": "RoadBlock"
12631262
},
1264-
{
1265-
"name": "RoadIntersection",
1266-
"value": "RoadIntersection"
1267-
},
12681263
{
12691264
"name": "Ruin",
12701265
"value": "Ruin"
@@ -2081,7 +2076,7 @@
20812076
{
20822077
"name": "Address",
20832078
"value": "Address",
2084-
"description": "A specific address location. Supported types are: \n\n- Address\n- RoadIntersection\n- RoadBlock\n\n"
2079+
"description": "A specific address location. Supported types are: \n\n- Address\n- RoadBlock\n\n"
20852080
},
20862081
{
20872082
"name": "Place",
@@ -2212,7 +2207,6 @@
22122207
"ResidentialStructure",
22132208
"River",
22142209
"RoadBlock",
2215-
"RoadIntersection",
22162210
"Ruin",
22172211
"ScientificResearchBase",
22182212
"Sea",
@@ -2663,10 +2657,6 @@
26632657
"name": "RoadBlock",
26642658
"value": "RoadBlock"
26652659
},
2666-
{
2667-
"name": "RoadIntersection",
2668-
"value": "RoadIntersection"
2669-
},
26702660
{
26712661
"name": "Ruin",
26722662
"value": "Ruin"

0 commit comments

Comments
 (0)