|
613 | 613 | "/geocode:autocomplete": {
|
614 | 614 | "get": {
|
615 | 615 | "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", |
617 | 617 | "operationId": "Search_GetGeocodeAutocomplete",
|
618 | 618 | "produces": [
|
619 | 619 | "application/geo+json"
|
|
685 | 685 | {
|
686 | 686 | "name": "Address",
|
687 | 687 | "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." |
689 | 689 | },
|
690 | 690 | {
|
691 | 691 | "name": "Place",
|
|
699 | 699 | {
|
700 | 700 | "name": "resultTypes",
|
701 | 701 | "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.", |
703 | 703 | "required": false,
|
704 | 704 | "type": "array",
|
705 | 705 | "items": {
|
|
810 | 810 | "ResidentialStructure",
|
811 | 811 | "River",
|
812 | 812 | "RoadBlock",
|
813 |
| - "RoadIntersection", |
814 | 813 | "Ruin",
|
815 | 814 | "ScientificResearchBase",
|
816 | 815 | "Sea",
|
|
1261 | 1260 | "name": "RoadBlock",
|
1262 | 1261 | "value": "RoadBlock"
|
1263 | 1262 | },
|
1264 |
| - { |
1265 |
| - "name": "RoadIntersection", |
1266 |
| - "value": "RoadIntersection" |
1267 |
| - }, |
1268 | 1263 | {
|
1269 | 1264 | "name": "Ruin",
|
1270 | 1265 | "value": "Ruin"
|
|
2081 | 2076 | {
|
2082 | 2077 | "name": "Address",
|
2083 | 2078 | "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" |
2085 | 2080 | },
|
2086 | 2081 | {
|
2087 | 2082 | "name": "Place",
|
|
2212 | 2207 | "ResidentialStructure",
|
2213 | 2208 | "River",
|
2214 | 2209 | "RoadBlock",
|
2215 |
| - "RoadIntersection", |
2216 | 2210 | "Ruin",
|
2217 | 2211 | "ScientificResearchBase",
|
2218 | 2212 | "Sea",
|
|
2663 | 2657 | "name": "RoadBlock",
|
2664 | 2658 | "value": "RoadBlock"
|
2665 | 2659 | },
|
2666 |
| - { |
2667 |
| - "name": "RoadIntersection", |
2668 |
| - "value": "RoadIntersection" |
2669 |
| - }, |
2670 | 2660 | {
|
2671 | 2661 | "name": "Ruin",
|
2672 | 2662 | "value": "Ruin"
|
|
0 commit comments