Skip to content

Commit 1ae86e1

Browse files
Map: update demo descriptions (#28395)
1 parent ddaac3a commit 1ae86e1

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
The Map component can display markers on the map. The collection of displayed markers is declared in the **markers** array. Markers can include tooltips that provide additional information.
1+
The Map component can display markers on the map. The collection of displayed markers is declared in the [markers](/Documentation/ApiReference/UI_Components/dxMap/Configuration/markers/) array. Markers can include tooltips that provide additional information.
22
<!--split-->
Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
The [provider](/Documentation/ApiReference/UI_Components/dxMap/Configuration/#provider) property specifies which map provider to use: Google Maps (default), Bing Maps (used in this demo), or Google Static Maps.
1+
The [provider](/Documentation/ApiReference/UI_Components/dxMap/Configuration/#provider) property specifies which map provider to use: Google Maps (default), Azure Maps, Google Static Maps, or Bing Maps (deprecated).
22

33
You can also set the [type](/Documentation/ApiReference/UI_Components/dxMap/Configuration/#type) property to specify the map type: road, satellite (photographic), or hybrid map.
4-
<!--split-->
4+
<!--split-->
5+
6+
[note]
7+
8+
On May 21, 2024, Microsoft announced that [Bing Maps for Enterprise and its API will be discontinued](https://www.microsoft.com/en-us/maps/bing-maps/discontinued-services). [Azure Maps](https://azure.microsoft.com/en-us/products/azure-maps/) will be a single unified enterprise mapping platform available from Microsoft.
9+
10+
If you have an existing Bing Maps for Enterprise license, you can continue using Bing for our Map component until its support ends. You need to transition to the new API before June 30, 2025 (free and basic license) or before June 30, 2028 (enterprise license).
11+
12+
The last date you can get a new Bing Maps for Enterprise license is June 30, 2024. If you do not have an existing license after this date, you can only use other [map providers](/Documentation/ApiReference/UI_Components/dxMap/Types/#MapProvider) supported by our controls: Azure, Google, and Google Static.
13+
14+
[/note]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
The Map component can display routes on&nbsp;the map. The collection of&nbsp;displayed routes is&nbsp;declared in&nbsp;the **routes** array. You can use the **mode** property specify whether a&nbsp;route is&nbsp;for driving or&nbsp;for walking.
1+
The Map component can display routes on the map. The collection of displayed routes is declared in the [routes](/Documentation/ApiReference/UI_Components/dxMap/Configuration/routes/) array. You can use the [mode](/Documentation/ApiReference/UI_Components/dxMap/Configuration/routes/#mode) property specify whether a route is for driving or for walking.
22
<!--split-->

0 commit comments

Comments
 (0)