azure-maps-control 3.1.0 → 3.1.1

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.
@@ -263,7 +263,7 @@ EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous po
263
263
  return Url;
264
264
  }());
265
265
 
266
- var version = "3.1.0";
266
+ var version = "3.1.1";
267
267
 
268
268
  /**
269
269
  * A helper class that provides methods for getting various forms of the map controls current version.
@@ -21320,10 +21320,10 @@ EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous po
21320
21320
  */
21321
21321
  _this["enable-accessibility"] = _this.enableAccessibility;
21322
21322
  /**
21323
- * Enable fallback to geocoder for accessibility location, if failed to extract location from vector data.
21323
+ * Enable the fallback to the REST API geocoder for detecting location accessibility if extracting location from vector data fails.
21324
+ * Disabling this option will prevent the generation of geocode API requests but may lead to a lack of location information for screen readers.
21324
21325
  * default: true
21325
21326
  * @default true
21326
- * @internal
21327
21327
  */
21328
21328
  _this.enableAccessibilityLocationFallback = true;
21329
21329
  /**
@@ -263,7 +263,7 @@ EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous po
263
263
  return Url;
264
264
  }());
265
265
 
266
- var version$2 = "3.1.0";
266
+ var version$2 = "3.1.1";
267
267
 
268
268
  /**
269
269
  * A helper class that provides methods for getting various forms of the map controls current version.
@@ -44981,10 +44981,10 @@ EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous po
44981
44981
  */
44982
44982
  _this["enable-accessibility"] = _this.enableAccessibility;
44983
44983
  /**
44984
- * Enable fallback to geocoder for accessibility location, if failed to extract location from vector data.
44984
+ * Enable the fallback to the REST API geocoder for detecting location accessibility if extracting location from vector data fails.
44985
+ * Disabling this option will prevent the generation of geocode API requests but may lead to a lack of location information for screen readers.
44985
44986
  * default: true
44986
44987
  * @default true
44987
- * @internal
44988
44988
  */
44989
44989
  _this.enableAccessibilityLocationFallback = true;
44990
44990
  /**