|
155 | 155 | }, |
156 | 156 | "SearchIndexSet": { |
157 | 157 | "name": "idxSet", |
| 158 | + "x-ms-client-name": "indexFilter", |
158 | 159 | "in": "query", |
159 | 160 | "description": "A comma separated list of indexes which should be utilized for the search. Item order does not matter. Available indexes are: Addr = Address range interpolation, Geo = Geographies, PAD = Point Addresses, POI = Points of interest, Str = Streets, Xstr = Cross Streets (intersections)", |
160 | 161 | "type": "array", |
|
1400 | 1401 | }, |
1401 | 1402 | { |
1402 | 1403 | "name": "searchFuzzyBatchRequestBody", |
| 1404 | + "x-ms-client-name": "batchRequest", |
1403 | 1405 | "in": "body", |
1404 | 1406 | "description": "The list of search fuzzy queries/requests to process. The list can contain a max of 10,000 queries and must contain at least 1 query.", |
1405 | 1407 | "required": true, |
|
1450 | 1452 | }, |
1451 | 1453 | { |
1452 | 1454 | "name": "searchFuzzyBatchRequestBody", |
| 1455 | + "x-ms-client-name": "batchRequest", |
1453 | 1456 | "in": "body", |
1454 | 1457 | "description": "The list of search fuzzy queries/requests to process. The list can contain a max of 10,000 queries and must contain at least 1 query.", |
1455 | 1458 | "required": true, |
|
1533 | 1536 | }, |
1534 | 1537 | { |
1535 | 1538 | "name": "searchAddressBatchRequestBody", |
| 1539 | + "x-ms-client-name": "batchRequest", |
1536 | 1540 | "in": "body", |
1537 | 1541 | "description": "The list of address geocoding queries/requests to process. The list can contain a max of 10,000 queries and must contain at least 1 query.", |
1538 | 1542 | "required": true, |
|
1583 | 1587 | }, |
1584 | 1588 | { |
1585 | 1589 | "name": "searchAddressBatchRequestBody", |
| 1590 | + "x-ms-client-name": "batchRequest", |
1586 | 1591 | "in": "body", |
1587 | 1592 | "description": "The list of address geocoding queries/requests to process. The list can contain a max of 10,000 queries and must contain at least 1 query.", |
1588 | 1593 | "required": true, |
|
1666 | 1671 | }, |
1667 | 1672 | { |
1668 | 1673 | "name": "searchAddressReverseBatchRequestBody", |
| 1674 | + "x-ms-client-name": "batchRequest", |
1669 | 1675 | "in": "body", |
1670 | 1676 | "description": "The list of reverse geocoding queries/requests to process. The list can contain a max of 10,000 queries and must contain at least 1 query.", |
1671 | 1677 | "required": true, |
|
1716 | 1722 | }, |
1717 | 1723 | { |
1718 | 1724 | "name": "searchAddressReverseBatchRequestBody", |
| 1725 | + "x-ms-client-name": "batchRequest", |
1719 | 1726 | "in": "body", |
1720 | 1727 | "description": "The list of reverse geocoding queries/requests to process. The list can contain a max of 10,000 queries and must contain at least 1 query.", |
1721 | 1728 | "required": true, |
|
1803 | 1810 | "type": "string", |
1804 | 1811 | "readOnly": true |
1805 | 1812 | }, |
1806 | | - "error": { |
1807 | | - "description": "Reason for the failure to obtain data for this provider.", |
1808 | | - "type": "string", |
1809 | | - "readOnly": true |
1810 | | - }, |
1811 | 1813 | "geometryData": { |
1812 | 1814 | "description": "Geometry data in GeoJSON format. Please refer to [RFC 7946](https://tools.ietf.org/html/rfc7946) for details. Present only if \"error\" is not present.", |
1813 | 1815 | "$ref": "../../../Common/preview/1.0/common.json#/definitions/GeoJsonObject" |
|
1963 | 1965 | "$ref": "../../../Common/preview/1.0/common.json#/definitions/LatLongPairAbbreviated" |
1964 | 1966 | }, |
1965 | 1967 | "viewport": { |
1966 | | - "$ref": "#/definitions/Viewport" |
| 1968 | + "$ref": "#/definitions/BoundingBox" |
1967 | 1969 | }, |
1968 | 1970 | "entryPoints": { |
1969 | 1971 | "description": "Array of EntryPoints. Those describe the types of entrances available at the location. The type can be \"main\" for main entrances such as a front door, or a lobby, and \"minor\", for side and back doors.", |
|
2577 | 2579 | ] |
2578 | 2580 | }, |
2579 | 2581 | "DataSources": { |
| 2582 | + "x-ms-client-name": "DataSource", |
2580 | 2583 | "description": "Optional section. Reference ids for use with the [Get Search Polygon](https://docs.microsoft.com/rest/api/maps/search/getsearchpolygon) API.", |
2581 | 2584 | "type": "object", |
2582 | 2585 | "readOnly": true, |
|
2587 | 2590 | } |
2588 | 2591 | }, |
2589 | 2592 | "Geometry": { |
| 2593 | + "x-ms-client-name": "GeometryIdentifier", |
2590 | 2594 | "description": "Information about the geometric shape of the result. Only present if type == Geography.", |
2591 | 2595 | "type": "object", |
2592 | 2596 | "properties": { |
|
2598 | 2602 | } |
2599 | 2603 | }, |
2600 | 2604 | "SearchAddressBatchProcessResult": { |
| 2605 | + "x-ms-client-name": "SearchAddressBatchResult", |
2601 | 2606 | "description": "This object is returned from a successful Search Address Batch service call.", |
2602 | 2607 | "type": "object", |
2603 | 2608 | "allOf": [ |
|
0 commit comments