@@ -44,30 +44,30 @@ If you don't have an Azure subscription, create a [free account] before you begi
44
44
45
45
The following table lists key API features in the Bing Maps V8 JavaScript SDK and the support of a similar API in the Azure Maps Web SDK.
46
46
47
- | Bing Maps feature | Azure Maps Web SDK support |
48
- | --------------------------| :---------------------------------------------------------------------:|
49
- | Pushpins | ✓ |
50
- | Pushpin clustering | ✓ |
51
- | Polylines & Polygons | ✓ |
52
- | Ground Overlays | ✓ |
53
- | Heat maps | ✓ |
54
- | Tile Layers | ✓ |
55
- | KML Layer | ✓ |
56
- | Contour layer | [ Contour layer code samples] |
57
- | Data binning layer | N/A |
58
- | Animated tile layer | Included in the open-source Azure Maps [ Animation module] |
59
- | Drawing tools | ✓ |
60
- | Geocoder service | ✓ |
61
- | Directions service | ✓ |
62
- | Distance Matrix service | ✓ |
63
- | Spatial Data service | N/A |
64
- | Satellite/Aerial imagery | ✓ |
65
- | Birds eye imagery | N/A |
66
- | Streetside imagery | N/A |
67
- | GeoJSON support | ✓ |
68
- | GeoXML support | ✓ [ Spatial IO module] |
69
- | Well-Known Text support | ✓ |
70
- | Custom map styles | Partial |
47
+ | Bing Maps feature | Bing Maps module | Azure Maps Web SDK support |
48
+ | --------------------------| ------------------------------------- | :---------------------------------------------------------------------:|
49
+ | Pushpins | | ✓ |
50
+ | Pushpin clustering | [ Microsoft.Maps.Clustering ] | ✓ |
51
+ | Polylines & Polygons | | ✓ |
52
+ | Ground Overlays | | ✓ |
53
+ | Heat maps | [ Microsoft.Maps.HeatMap ] | ✓ |
54
+ | Tile Layers | | ✓ |
55
+ | KML Layer | [ Microsoft.Maps.GeoXml ] | ✓ |
56
+ | Contour layer | [ Microsoft.Maps.Contour ] | [ Contour layer code samples] |
57
+ | Data binning layer | [ Microsoft.Maps.DataBinning ] | N/A |
58
+ | Animated tile layer | | Included in the open-source Azure Maps [ Animation module] |
59
+ | Drawing tools | [ Microsoft.Maps.DrawingTools ] | ✓ |
60
+ | Geocoder service | [ Microsoft.Maps.Search ] | ✓ [ Search API ] or [ REST SDK ] |
61
+ | Directions service | [ Microsoft.Maps.Directions ] | ✓ [ Route API ] |
62
+ | Distance Matrix service | | ✓ [ Route Matrix API ] |
63
+ | Spatial Data service | [ Microsoft.Maps.SpatialDataService ] | N/A |
64
+ | Satellite/Aerial imagery | | ✓ |
65
+ | Birds eye imagery | | N/A |
66
+ | Streetside imagery | | N/A |
67
+ | GeoJSON support | [ Microsoft.Maps.GeoJson ] | ✓ |
68
+ | GeoXML support | [ Microsoft.Maps.GeoXml ] | ✓ [ Spatial IO module] |
69
+ | Well-Known Text support | [ Microsoft.Maps.WellKnownText ] | ✓ |
70
+ | Custom map styles | | Partial |
71
71
72
72
Azure Maps more [ open-source modules for the web SDK] that extend its capabilities.
73
73
@@ -1724,6 +1724,17 @@ Learn more about migrating from Bing Maps to Azure Maps.
1724
1724
[ Localization support in Azure Maps ] : supported-languages.md
1725
1725
[ Localizing the map ] : #localizing-the-map
1726
1726
[ Microsoft Entra ID ] : /entra/fundamentals/whatis
1727
+ [ Microsoft.Maps.Clustering ] : https://learn.microsoft.com/bingmaps/v8-web-control/modules/clustering-module/
1728
+ [ Microsoft.Maps.HeatMap ] : https://learn.microsoft.com/bingmaps/v8-web-control/modules/heat-map-module/
1729
+ [ Microsoft.Maps.GeoXml ] : https://learn.microsoft.com/bingmaps/v8-web-control/modules/geoxml-module/
1730
+ [ Microsoft.Maps.Contour ] : https://learn.microsoft.com/bingmaps/v8-web-control/modules/contour-module/
1731
+ [ Microsoft.Maps.DataBinning ] : https://learn.microsoft.com/bingmaps/v8-web-control/modules/data-binning-module/
1732
+ [ Microsoft.Maps.DrawingTools ] : https://learn.microsoft.com/bingmaps/v8-web-control/modules/drawing-tools-module/
1733
+ [ Microsoft.Maps.Search ] : https://learn.microsoft.com/bingmaps/v8-web-control/modules/search-module/
1734
+ [ Microsoft.Maps.Directions ] : https://learn.microsoft.com/bingmaps/v8-web-control/modules/directions-module/
1735
+ [ Microsoft.Maps.SpatialDataService ] : https://learn.microsoft.com/bingmaps/v8-web-control/modules/spatial-data-service-module/
1736
+ [ Microsoft.Maps.GeoJson ] : https://learn.microsoft.com/bingmaps/v8-web-control/modules/geojson-module/
1737
+ [ Microsoft.Maps.WellKnownText ] : https://learn.microsoft.com/bingmaps/v8-web-control/modules/well-known-text-module
1727
1738
[ ng-azure-maps ] : https://github.com/arnaudleclerc/ng-azure-maps
1728
1739
[ OpenLayers plugin ] : /samples/azure-samples/azure-maps-OpenLayers/azure-maps-OpenLayers-plugin
1729
1740
[ OpenLayers ] : https://openlayers.org/
@@ -1739,9 +1750,13 @@ Learn more about migrating from Bing Maps to Azure Maps.
1739
1750
[ Pushpin clustering ] : #pushpin-clustering
1740
1751
[ Render ] : /rest/api/maps/render
1741
1752
[ Reusing Popup with Multiple Pins ] : https://samples.azuremaps.com/?sample=reusing-popup-with-multiple-pins
1753
+ [ REST SDK ] : rest-sdk-developer-guide.md
1754
+ [ Route API ] : https://learn.microsoft.com/rest/api/maps/route
1755
+ [ Route Matrix API ] : https://learn.microsoft.com/rest/api/maps/route/post-route-matrix
1742
1756
[ road tiles ] : /rest/api/maps/render/get-map-tile
1743
1757
[ satellite tiles ] : /rest/api/maps/render/get-map-static-image
1744
1758
[ Setting the map view ] : #setting-the-map-view
1759
+ [ Search API ] : https://learn.microsoft.com/rest/api/maps/search
1745
1760
[ Shared Key authentication ] : azure-maps-authentication.md#shared-key-authentication
1746
1761
[ Show traffic data ] : #show-traffic-data
1747
1762
[ Show traffic on the map ] : map-show-traffic.md
0 commit comments