Skip to content

Commit 63a835b

Browse files
Map: add a note about apiKey to demos (DevExpress#29186) (DevExpress#29195)
1 parent b65e75f commit 63a835b

File tree

6 files changed

+31
-1
lines changed

6 files changed

+31
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
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.
2+
3+
[note] When copying this demo to CodeSandbox, specify your own [apiKey](/Documentation/ApiReference/UI_Components/dxMap/Configuration/apiKey/). Our demo keys can be used only on our website.
24
<!--split-->
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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.
2+
3+
[note] When copying this demo to CodePen, specify your own [apiKey](/Documentation/ApiReference/UI_Components/dxMap/Configuration/apiKey/). Our demo keys can be used only on our website.
4+
<!--split-->

apps/demos/Demos/Map/ProvidersAndTypes/description.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
The [provider](/Documentation/ApiReference/UI_Components/dxMap/Configuration/#provider) property specifies the map provider used: 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 desired map type: road, satellite (photographic), or hybrid map.
4+
5+
[note] When copying this demo to CodeSandbox, specify your own [apiKey](/Documentation/ApiReference/UI_Components/dxMap/Configuration/apiKey/) for 'azure' and 'google' [providers](/Documentation/ApiReference/UI_Components/dxMap/Configuration/#provider). Our demo keys can be used only on our website.
46
<!--split-->
57

68
[note]
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
The [provider](/Documentation/ApiReference/UI_Components/dxMap/Configuration/#provider) property specifies the map provider used: Google Maps (default), Azure Maps, Google Static Maps, or Bing Maps (deprecated).
2+
3+
You can also set the [type](/Documentation/ApiReference/UI_Components/dxMap/Configuration/#type) property to specify desired map type: road, satellite (photographic), or hybrid map.
4+
5+
[note] When copying this demo to CodePen, specify your own [apiKey](/Documentation/ApiReference/UI_Components/dxMap/Configuration/apiKey/) for 'azure' and 'google' [providers](/Documentation/ApiReference/UI_Components/dxMap/Configuration/#provider). Our demo keys can be used only on our website.
6+
<!--split-->
7+
8+
[note]
9+
10+
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). Moving forward, [Azure Maps](https://azure.microsoft.com/en-us/products/azure-maps/) will be Microsoft’s unified enterprise mapping platform.
11+
12+
If you have an existing Bing Maps for Enterprise license, you can continue using Bing alongside our Map component until support ends. You need to transition to a new API before June 30, 2025 (free and basic license) or before June 30, 2028 (enterprise license).
13+
14+
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.
15+
16+
[/note]
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
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.
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 to specify whether a route is for driving or walking.
2+
3+
[note] When copying this demo to CodeSandbox, specify your own [apiKey](/Documentation/ApiReference/UI_Components/dxMap/Configuration/apiKey/). Our demo keys can be used only on our website.
24
<!--split-->
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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 to specify whether a route is for driving or walking.
2+
3+
[note] When copying this demo to CodePen, specify your own [apiKey](/Documentation/ApiReference/UI_Components/dxMap/Configuration/apiKey/). Our demo keys can be used only on our website.
4+
<!--split-->

0 commit comments

Comments
 (0)