azure-maps-control 2.3.4 → 2.3.5

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.3.4",
4
+ "version": "2.3.5",
5
5
  "description": "Map SDK for Azure Maps",
6
6
  "keywords": [
7
7
  "azure",
@@ -4662,8 +4662,8 @@ declare namespace atlas {
4662
4662
  */
4663
4663
  styleAPIVersion?: string;
4664
4664
  /**
4665
- * Enable accessibility
4666
- * default: true
4665
+ * Enable the accessibility feature to provide screen reader support for users who have difficulty visualizing the web application.
4666
+ * This property is set to true by default.
4667
4667
  * @default true
4668
4668
  */
4669
4669
  enableAccessibility?: boolean;