You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/how-to-use-map-control.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ titleSuffix: Microsoft Azure Maps
4
4
description: Learn how to add and localize maps to web and mobile applications by using the Map Control client-side JavaScript library in Azure Maps.
5
5
author: sinnypan
6
6
ms.author: sipa
7
-
ms.date: 06/29/2023
7
+
ms.date: 02/11/2025
8
8
ms.topic: how-to
9
9
ms.service: azure-maps
10
10
ms.subservice: web-sdk
@@ -15,8 +15,6 @@ ms.custom: devx-track-js
15
15
16
16
The Azure Maps Web SDK provides a [Map Control] that enables the customization of interactive maps with your own content and imagery for display in your web or mobile applications. This module is a helper library that makes it easy to use the Azure Maps REST services in web or Node.js applications by using JavaScript or TypeScript.
17
17
18
-
This article uses the Azure Maps Web SDK, however the Azure Maps services work with any map control. For a list of third-party map control plug-ins, see [Azure Maps community - Open-source projects].
19
-
20
18
> [!NOTE]
21
19
>
22
20
> **Azure Maps Web SDK Map Control v1 retirement**
Copy file name to clipboardExpand all lines: articles/azure-maps/open-source-projects.md
+20-58Lines changed: 20 additions & 58 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Azure Maps community Open-source projects | Microsoft Azure Maps
3
3
description: Open-source projects coordinated for the Microsoft Azure Maps platform.
4
4
author: sinnypan
5
5
ms.author: sipa
6
-
ms.date: 12/07/2020
6
+
ms.date: 01/11/2025
7
7
ms.topic: conceptual
8
8
ms.service: azure-maps
9
9
ms.subservice: general
@@ -13,34 +13,31 @@ ms.subservice: general
13
13
14
14
These open-source, community-driven initiatives are created and maintained by the Azure Maps team. They're not part of the standard product or service offerings.
15
15
16
-
## Open-source projects
16
+
###Open-source Web SDK modules
17
17
18
18
The following tables list some of the most popular Azure Maps open-source projects and samples.
19
19
20
-
### Bots
20
+
### Maintained by Azure Maps team
21
21
22
-
| Project Name | Description |
23
-
|--------------------------------|-------------|
24
-
|[Bot Framework - Point of Interest skill]| The Point of Interest Skill provides POI related capabilities to a Virtual Assistant using Azure Maps with Azure Bot Service and Bot Framework. |
25
-
|[BotBuilder Location]| An open-source location picker control for Microsoft Bot Framework powered by Bing Maps REST services. |
22
+
The following table lists the open-source projects maintained by Azure Maps team that extend the capabilities of the Azure Maps Web SDK.
23
+
24
+
| Project Name | Description | npm Package |
25
+
|--------------|--------------|--------------|
26
+
|[react-azure-maps]| An Azure Maps Web SDK wrapper in react framework. For more information and interactive samples, see the Azure Maps React wrapper [Getting Started] guide. |[react-azure-maps][react-azure-maps-npm]|
27
+
|[Azure Maps Animation module]| A rich library of animations for use with the Azure Maps Web SDK. |[@azure-maps/animations]|
28
+
|[Azure Maps Gridded Data Source module]| A module for the Azure Maps Web SDK that provides a data source that clusters data points into cells of a grid area. This operation is also known by many names such as tessellations, data binning, or hex bins. |[@azure-maps/gridded-data-source]|
29
+
|[Azure maps selection control module]| An Azure Maps Web SDK module that provides controls for selecting data in a data source using drawing tools or by requesting a route range polygon. | N/A |
26
30
27
-
### Open Web SDK modules
31
+
### Contributed and maintained by Community
28
32
29
-
The following table lists the open-source projects that extend the capabilities of the Azure Maps Web SDK.
33
+
The following table lists the open-source projects contributed to, and maintained by the development Community that extend the capabilities of the Azure Maps Web SDK.
30
34
31
35
| Project Name | Description |
32
36
|--------------------------------|-------------|
33
-
|[Azure Maps Animation module]| A rich library of animations for use with the Azure Maps Web SDK. |
34
37
|[Azure Maps Bring Data Into View Control module]| An Azure Maps Web SDK module that provides a control that makes it easy to bring any data loaded on the map into view. |
35
-
|[Azure Maps Geolocation Control module]| An Azure Maps Web SDK module that provides a control that uses the browser's geolocation API to locate the user on the map. |
36
-
|[Azure Maps Gridded Data Source module]| A module for the Azure Maps Web SDK that provides a data source that clusters data points into cells of a grid area. This operation is also known by many names such as tessellations, data binning, or hex bins. |
37
-
|[Azure Maps Fullscreen Control module]| An Azure Maps Web SDK module that provides a control to display the map in full screen mode. |
38
38
|[Azure Maps HTML Marker Layer module]| An Azure Maps Web SDK module that provides a layer that renders point data from a data source as HTML elements on the map. |
39
39
|[Azure Maps Image Exporter module]| A module for the Azure Maps Web SDK that generates screenshots of the map. |
40
40
|[Azure Maps Overview Map module]| An Azure Maps Web SDK module that provides a control that displays an overview map of the area the main map is focused on. |
41
-
|[Azure Maps Scale Bar Control module]| An Azure Maps Web SDK module that provides a control that displays a scale bar relative to the pixel resolution at the center of the map. |
42
-
|[Azure Maps Selection Control module]| An Azure Maps Web SDK module that provides controls for selecting data in a data source using drawing tools or by requesting a route range polygon. |
43
-
|[Azure Maps Services UI module]| A set of web UI controls wrapping the Azure Maps REST services. |
44
41
|[Azure Maps Spider Clusters module]| A module for the Azure Maps Web SDK that adds a visualization to the map that expands clusters into a spiral spider layout. |
45
42
|[Azure Maps Spyglass Control module]| An Azure Maps Web SDK module that provides a window that displays a data set inside of a spyglass on the map. |
46
43
|[Azure Maps Swipe Map module]| A module for the Azure Maps Web SDK that allows swiping between two overlapping maps, ideal for comparing two overlapping data sets. |
@@ -51,32 +48,11 @@ The following table lists the open-source projects that extend the capabilities
51
48
| Project Name | Description |
52
49
|--------------------------------|-------------|
53
50
|[Azure Maps Code Samples]| A collection of code samples for using Azure Maps in web-based apps. |
54
-
|[Azure Maps Gov Cloud Code Samples]| A collection of code samples for using Azure Maps through Azure Government Cloud.|
51
+
|[React Azure Maps Playground]| A getting started guide to help you create your first map using the React wrapper for Azure Maps|
55
52
|[Azure Maps & Microsoft Entra ID Samples]| A collection of samples that show how to use Microsoft Entra ID with Azure Maps. |
56
-
|[LiveMaps]| A sample application that provides live indoor maps visualization of IoT data on top of Azure Maps using Azure Maps Creator. |
57
53
|[Azure Maps Jupyter Notebook samples]| A collection of Python samples using the Azure Maps REST services. |
58
-
|[Azure Maps .NET UWP IoT Remote Control]| A sample application that shows how to build a remotely controlled map using Azure Maps and IoT hub services. |
59
54
|[Implement IoT spatial analytics using Azure Maps]| Tracking and capturing relevant events that occur in space and time is a common IoT scenario. |
60
55
61
-
<aname="third-part-map-control-plugins"></a>
62
-
63
-
### Third party map control plugins
64
-
65
-
| Project Name | Description |
66
-
|--------------------------------|-------------|
67
-
|[Azure Maps Cesium plugin]| A [Cesium JS] plugin that makes it easy to integrate Azure Maps services such as [tile layers] and [geocoding services]. |
68
-
|[Azure Maps Leaflet plugin]| A [leaflet] JavaScript plugin that makes it easy to overlay tile layers from the [Azure Maps tile services]. |
69
-
|[Azure Maps OpenLayers plugin]| A [OpenLayers] JavaScript plugin that makes it easy to overlay tile layers from the [Azure Maps tile services]. |
For a more complete list of open-source projects for Azure Maps that includes community created projects, see [Azure Maps Open Source Projects] in GitHub.
79
-
80
56
## Supportability of open-source projects
81
57
82
58
All Azure Maps open-source projects and samples use supported and recommended techniques and are:
@@ -93,39 +69,25 @@ Find more open-source Azure Maps projects.
[Bot Framework - Point of Interest skill]: https://github.com/microsoft/botframework-solutions/tree/488093ac2fddf16096171f6a926315aa45e199e7/skills/csharp/pointofinterestskill
Copy file name to clipboardExpand all lines: articles/azure-maps/quick-demo-map-app.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,6 @@ This quickstart demonstrates how to use Azure Maps to create a map that gives us
19
19
* Get your Azure Maps subscription key to use in the demo web application.
20
20
* Download and open the demo map application.
21
21
22
-
This quickstart uses the Azure Maps Web SDK, however the Azure Maps service can be used with any map control, such as these popular [open-source map controls] that the Azure Maps team has created plugin's for.
23
-
24
22
## Prerequisites
25
23
26
24
* If you don't have an Azure subscription, create a [free account] before you begin.
@@ -102,7 +100,6 @@ In this quickstart, you created an Azure Maps account and a demo application. Ta
102
100
> [!div class="nextstepaction"]
103
101
> [Search nearby points of interest with Azure Maps]
104
102
105
-
[Azure Active Directory]: azure-maps-authentication.md#azure-ad-authentication
106
103
[Azure portal]: https://portal.azure.com
107
104
[Find an address with Azure Maps search service]: how-to-search-for-address.md
0 commit comments