azure-maps-control 2.2.2 → 2.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "azure-maps-control",
3
3
  "author": "Microsoft Corporation",
4
- "version": "2.2.2",
4
+ "version": "2.2.3",
5
5
  "description": "Map SDK for Azure Maps",
6
6
  "keywords": [
7
7
  "azure",
@@ -47,7 +47,7 @@
47
47
  "@typescript-eslint/parser": "^5.33.0",
48
48
  "adal-angular": "^1.0.18",
49
49
  "atob": "^2.1.2",
50
- "azuremaps-maplibre-gl": "^1.14.0-rc4",
50
+ "azuremaps-maplibre-gl": "^1.15.0",
51
51
  "canvas": "^2.10.1",
52
52
  "es-abstract": "^1.17.1",
53
53
  "eslint": "^8.22.0",
Binary file
@@ -1991,7 +1991,7 @@ declare namespace atlas {
1991
1991
  * current values.
1992
1992
  * @param options The options for setting the map's camera and for the animation of any view change.
1993
1993
  */
1994
- setCamera(options?: (CameraOptions | CameraBoundsOptions) & AnimationOptions): void;
1994
+ setCamera(options?: (CameraOptions | (CameraBoundsOptions & { pitch?: number, bearing?: number })) & AnimationOptions): void;
1995
1995
  /**
1996
1996
  * Returns the camera's current properties.
1997
1997
  */
@@ -2745,7 +2745,7 @@ declare namespace atlas {
2745
2745
  /**
2746
2746
  * Specifies which set of geopolitically disputed borders and labels are displayed on the map. The View parameter (also referred to as “user region parameter”) is a 2-letter ISO-3166 Country Code that will show the correct maps for that country/region. Country/Regions that are not on the View list or if unspecified will default to the “Unified” View.
2747
2747
  * Please see the supported [Views]{@link https://aka.ms/AzureMapsLocalizationViews }.
2748
- * It is your responsibility to determine the location of your users, and then set the View parameter correctly for that location. 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.
2748
+ * It is your responsibility to determine the location of your users, and then set the View parameter correctly for that location. The View parameter in Azure Maps must be used in compliance with applicable laws, including those regarding mapping, of the country/region where maps, images and other data and third party content that You are authorized to access via Azure Maps is made available.
2749
2749
  * @param view The new default view
2750
2750
  */
2751
2751
  export function setView(view: string): void;
@@ -4333,7 +4333,7 @@ declare namespace atlas {
4333
4333
  /**
4334
4334
  * Specifies which set of geopolitically disputed borders and labels are displayed on the map. The View parameter (also referred to as “user region parameter”) is a 2-letter ISO-3166 Country Code that will show the correct maps for that country/region. Country/Regions that are not on the View list or if unspecified will default to the “Unified” View.
4335
4335
  * Please see the supported [Views]{@link https://aka.ms/AzureMapsLocalizationViews}
4336
- * It is your responsibility to determine the location of your users, and then set the View parameter correctly for that location. 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.
4336
+ * It is your responsibility to determine the location of your users, and then set the View parameter correctly for that location. The View parameter in Azure Maps must be used in compliance with applicable laws, including those regarding mapping, of the country/region where maps, images and other data and third party content that You are authorized to access via Azure Maps is made available.
4337
4337
  * default: `undefined`
4338
4338
  * @default undefined
4339
4339
  */
@@ -4645,7 +4645,7 @@ declare namespace atlas {
4645
4645
  */
4646
4646
  domain?: string;
4647
4647
  /**
4648
- * The map configuration defines the set of styles available to the map.
4648
+ * The map configuration defines the set of styles available to the map.
4649
4649
  */
4650
4650
  mapConfiguration?: string | MapConfiguration;
4651
4651
  /**
@@ -5712,4 +5712,4 @@ declare namespace atlas {
5712
5712
  }
5713
5713
  }
5714
5714
 
5715
- export = atlas;
5715
+ export = atlas;