|
120 | 120 | }
|
121 | 121 | }
|
122 | 122 | },
|
123 |
| - "CoordinatesPair": { |
| 123 | + "LatLongPair": { |
124 | 124 | "description": "A location represented as a latitude and longitude.",
|
125 | 125 | "type": "object",
|
126 | 126 | "properties": {
|
|
136 | 136 | }
|
137 | 137 | }
|
138 | 138 | },
|
139 |
| - "CoordinatesPairAbbreviated": { |
| 139 | + "LatLongPairAbbreviated": { |
140 | 140 | "description": "A location represented as a latitude and longitude using short names 'lat' & 'lon'.",
|
141 | 141 | "type": "object",
|
142 | 142 | "properties": {
|
|
532 | 532 | "Language": {
|
533 | 533 | "name": "language",
|
534 | 534 | "in": "query",
|
535 |
| - "description": "Language in which search results should be returned. Should be one of supported IETF language tags, case insensitive. When data in specified language is not available for a specific field, default language is used.\n\nPlease refer to [Supported Languages](https://docs.microsoft.com/en-us/azure/azure-maps/supported-languages) for details.", |
| 535 | + "description": "Language in which search results should be returned. Should be one of supported IETF language tags, case insensitive. When data in specified language is not available for a specific field, default language is used.\n\nPlease refer to [Supported Languages](https://docs.microsoft.com/azure/azure-maps/supported-languages) for details.", |
536 | 536 | "type": "string",
|
537 | 537 | "x-ms-parameter-location": "method"
|
538 | 538 | },
|
|
614 | 614 | },
|
615 | 615 | "View": {
|
616 | 616 | "name": "view",
|
| 617 | + "x-ms-client-name": "localizedMapView", |
617 | 618 | "in": "query",
|
618 |
| - "description": "The View parameter specifies which set of geopolitically disputed content is returned via Azure Maps services, including borders and labels displayed on the map. The View parameter (also referred to as “user region parameter”) will show the correct maps for that country/region. By default, the View parameter is set to “Unified” even if you haven’t defined it in the request. It is your responsibility to determine the location of your users, and then set the View parameter correctly for that location. Alternatively, you have the option to set ‘View=Auto’, which will return the map data based on the IP address of the request. The View parameter in Azure Maps must be used in compliance with applicable laws, including those regarding mapping, of the country where maps, images and other data and third party content that you are authorized to access via Azure Maps is made available. Example: view=IN.\n\nPlease refer to [Supported Views](https://aka.ms/AzureMapsLocalizationViews) for details and to see the available Views.", |
| 619 | + "description": "The View parameter (also called the \"user region\" parameter) allows you to show the correct maps for a certain country/region for geopolitically disputed regions. Different countries have different views of such regions, and the View parameter allows your application to comply with the view required by the country your application will be serving. By default, the View parameter is set to “Unified” even if you haven’t defined it in the request. It is your responsibility to determine the location of your users, and then set the View parameter correctly for that location. Alternatively, you have the option to set ‘View=Auto’, which will return the map data based on the IP address of the request. The View parameter in Azure Maps must be used in compliance with applicable laws, including those regarding mapping, of the country where maps, images and other data and third party content that you are authorized to access via Azure Maps is made available. Example: view=IN.\n\nPlease refer to [Supported Views](https://aka.ms/AzureMapsLocalizationViews) for details and to see the available Views.", |
| 620 | + "x-ms-parameter-location": "method", |
619 | 621 | "type": "string",
|
620 |
| - "x-ms-parameter-location": "method" |
| 622 | + "enum": [ |
| 623 | + "AE", |
| 624 | + "AR", |
| 625 | + "BH", |
| 626 | + "IN", |
| 627 | + "IQ", |
| 628 | + "JO", |
| 629 | + "KW", |
| 630 | + "LB", |
| 631 | + "MA", |
| 632 | + "OM", |
| 633 | + "PK", |
| 634 | + "PS", |
| 635 | + "QA", |
| 636 | + "SA", |
| 637 | + "SY", |
| 638 | + "YE", |
| 639 | + "Auto", |
| 640 | + "Unified" |
| 641 | + ], |
| 642 | + "x-ms-enum": { |
| 643 | + "name": "LocalizedMapView", |
| 644 | + "modelAsString": true, |
| 645 | + "values": [ |
| 646 | + { |
| 647 | + "value": "AE", |
| 648 | + "description": "United Arab Emirates (Arabic View)" |
| 649 | + }, |
| 650 | + { |
| 651 | + "value": "AR", |
| 652 | + "description": "Argentina (Argentinian View)" |
| 653 | + }, |
| 654 | + { |
| 655 | + "value": "BH", |
| 656 | + "description": "Bahrain (Arabic View)" |
| 657 | + }, |
| 658 | + { |
| 659 | + "value": "IN", |
| 660 | + "description": "India (Indian View)" |
| 661 | + }, |
| 662 | + { |
| 663 | + "value": "IQ", |
| 664 | + "description": "Iraq (Arabic View)" |
| 665 | + }, |
| 666 | + { |
| 667 | + "value": "JO", |
| 668 | + "description": "Jordan (Arabic View)" |
| 669 | + }, |
| 670 | + { |
| 671 | + "value": "KW", |
| 672 | + "description": "Kuwait (Arabic View)" |
| 673 | + }, |
| 674 | + { |
| 675 | + "value": "LB", |
| 676 | + "description": "Lebanon (Arabic View)" |
| 677 | + }, |
| 678 | + { |
| 679 | + "value": "MA", |
| 680 | + "description": "Morocco (Moroccan View)" |
| 681 | + }, |
| 682 | + { |
| 683 | + "value": "OM", |
| 684 | + "description": "Oman (Arabic View)" |
| 685 | + }, |
| 686 | + { |
| 687 | + "value": "PK", |
| 688 | + "description": "Pakistan (Pakistani View)" |
| 689 | + }, |
| 690 | + { |
| 691 | + "value": "PS", |
| 692 | + "description": "Palestinian Authority (Arabic View)" |
| 693 | + }, |
| 694 | + { |
| 695 | + "value": "QA", |
| 696 | + "description": "Qatar (Arabic View)" |
| 697 | + }, |
| 698 | + { |
| 699 | + "value": "SA", |
| 700 | + "description": "Saudi Arabia (Arabic View)" |
| 701 | + }, |
| 702 | + { |
| 703 | + "value": "SY", |
| 704 | + "description": "Syria (Arabic View)" |
| 705 | + }, |
| 706 | + { |
| 707 | + "value": "YE", |
| 708 | + "description": "Yemen (Arabic View)" |
| 709 | + }, |
| 710 | + { |
| 711 | + "value": "Auto", |
| 712 | + "description": "Return the map data based on the IP address of the request." |
| 713 | + }, |
| 714 | + { |
| 715 | + "value": "Unified", |
| 716 | + "description": "Unified View (Others)" |
| 717 | + } |
| 718 | + ] |
| 719 | + } |
621 | 720 | },
|
622 | 721 | "xTileIndex": {
|
623 | 722 | "name": "x",
|
624 | 723 | "x-ms-client-name": "xTileIndex",
|
625 | 724 | "in": "query",
|
626 |
| - "description": "X coordinate of the tile on zoom grid. Value must be in the range [0, 2<sup>`zoom`</sup> -1].\n\nPlease see [Zoom Levels and Tile Grid](https://docs.microsoft.com/en-us/azure/location-based-services/zoom-levels-and-tile-grid) for details.", |
| 725 | + "description": "X coordinate of the tile on zoom grid. Value must be in the range [0, 2<sup>`zoom`</sup> -1].\n\nPlease see [Zoom Levels and Tile Grid](https://docs.microsoft.com/azure/location-based-services/zoom-levels-and-tile-grid) for details.", |
627 | 726 | "required": true,
|
628 | 727 | "type": "integer",
|
629 | 728 | "format": "int32",
|
|
633 | 732 | "name": "y",
|
634 | 733 | "x-ms-client-name": "yTileIndex",
|
635 | 734 | "in": "query",
|
636 |
| - "description": "Y coordinate of the tile on zoom grid. Value must be in the range [0, 2<sup>`zoom`</sup> -1].\n\nPlease see [Zoom Levels and Tile Grid](https://docs.microsoft.com/en-us/azure/location-based-services/zoom-levels-and-tile-grid) for details.", |
| 735 | + "description": "Y coordinate of the tile on zoom grid. Value must be in the range [0, 2<sup>`zoom`</sup> -1].\n\nPlease see [Zoom Levels and Tile Grid](https://docs.microsoft.com/azure/location-based-services/zoom-levels-and-tile-grid) for details.", |
637 | 736 | "required": true,
|
638 | 737 | "type": "integer",
|
639 | 738 | "format": "int32",
|
|
686 | 785 | "x-ms-error-response": true
|
687 | 786 | },
|
688 | 787 | "409StorageLimit": {
|
689 |
| - "description": "The [data storage limit](https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/azure-subscription-service-limits#azure-maps-limits) is reached on the Azure Maps account. You can always use the [Data Delete API](https://docs.microsoft.com/en-us/rest/api/maps/data/deletepreview) to delete old/unused content and create space for new uploads.", |
| 788 | + "description": "The [data storage limit](https://docs.microsoft.com/azure/azure-resource-manager/management/azure-subscription-service-limits#azure-maps-limits) is reached on the Azure Maps account. You can always use the [Data Delete API](https://docs.microsoft.com/rest/api/maps/data/deletepreview) to delete old/unused content and create space for new uploads.", |
690 | 789 | "schema": {
|
691 | 790 | "$ref": "../../../../../common-types/data-plane/v1/types.json#/definitions/ErrorResponse"
|
692 | 791 | },
|
|
0 commit comments