@@ -44,30 +44,33 @@ 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] | ✓ [ Pushpin clustering] |
51
+ | Polylines & polygons | | ✓ |
52
+ | Ground overlays | | ✓ |
53
+ | Heat maps | [ Microsoft.Maps.HeatMap] | ✓ [ Add a heat map] |
54
+ | Tile layers | | ✓ |
55
+ | KML layer | [ Microsoft.Maps.GeoXml] | ✓ [ Spatial IO module] |
56
+ | Contour layer | [ Microsoft.Maps.Contour] | ✓ [ Contour layer code samples] |
57
+ | Data binning layer | [ Microsoft.Maps.DataBinning] | ✓ Included in the open-source Azure Maps [ Gridded Data Source module] |
58
+ | Animated tile layer | | ✓ Included in the open-source Azure Maps [ Animation module] |
59
+ | Drawing tools | [ Microsoft.Maps.DrawingTools] | ✓ [ Add drawing tools] |
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 | | ✓ [ Choose a map style] |
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] | ✓ [ Spatial IO module] |
70
+ | Indoor maps | [ Microsoft.Maps.VenueMaps] | ✓ [ Creator] |
71
+ | Traffic flow | [ Microsoft.Maps.Traffic] | ✓ [ Traffic control] |
72
+ | Spatial math | [ Microsoft.Maps.SpatialMath] | ✓ [ atlas.math samples] or [ turf js] |
73
+ | Custom map styles | | Partial, [ Choose a map style] |
71
74
72
75
Azure Maps more [ open-source modules for the web SDK] that extend its capabilities.
73
76
@@ -1695,6 +1698,7 @@ Learn more about migrating from Bing Maps to Azure Maps.
1695
1698
[ atlas.data.Position.fromLatLng ] : /javascript/api/azure-maps-control/atlas.data.position
1696
1699
[ atlas.io.read function ] : /javascript/api/azure-maps-spatial-io/atlas.io#read-string---arraybuffer---blob--spatialdatareadoptions-
1697
1700
[ atlas.layer.ImageLayer.getCoordinatesFromEdges ] : /javascript/api/azure-maps-control/atlas.layer.imagelayer#getcoordinatesfromedges-number--number--number--number--number-
1701
+ [ atlas.math samples ] : https://samples.azuremaps.com/?search=math
1698
1702
[ atlas.Shape ] : /javascript/api/azure-maps-control/atlas.shape
1699
1703
[ Azure Maps account ] : quick-demo-map-app.md#create-an-azure-maps-account
1700
1704
[ Azure Maps Glossary ] : glossary.md
@@ -1707,6 +1711,7 @@ Learn more about migrating from Bing Maps to Azure Maps.
1707
1711
[ Clustering point data in the Web SDK ] : clustering-point-data-web-sdk.md
1708
1712
[ Contour layer code samples ] : https://samples.azuremaps.com/?search=contour
1709
1713
[ Create a data source ] : create-data-source-web-sdk.md
1714
+ [ Creator ] : tutorial-creator-indoor-maps.md
1710
1715
[ Display an infobox ] : #display-an-infobox
1711
1716
[ Drawing tools module code samples ] : https://samples.azuremaps.com#drawing-tools-module
1712
1717
[ free account ] : https://azure.microsoft.com/free/
@@ -1724,6 +1729,20 @@ Learn more about migrating from Bing Maps to Azure Maps.
1724
1729
[ Localization support in Azure Maps ] : supported-languages.md
1725
1730
[ Localizing the map ] : #localizing-the-map
1726
1731
[ Microsoft Entra ID ] : /entra/fundamentals/whatis
1732
+ [ Microsoft.Maps.Clustering ] : /bingmaps/v8-web-control/modules/clustering-module/
1733
+ [ Microsoft.Maps.HeatMap ] : /bingmaps/v8-web-control/modules/heat-map-module/
1734
+ [ Microsoft.Maps.GeoXml ] : /bingmaps/v8-web-control/modules/geoxml-module/
1735
+ [ Microsoft.Maps.Contour ] : /bingmaps/v8-web-control/modules/contour-module/
1736
+ [ Microsoft.Maps.DataBinning ] : /bingmaps/v8-web-control/modules/data-binning-module/
1737
+ [ Microsoft.Maps.DrawingTools ] : /bingmaps/v8-web-control/modules/drawing-tools-module/
1738
+ [ Microsoft.Maps.Search ] : /bingmaps/v8-web-control/modules/search-module/
1739
+ [ Microsoft.Maps.Directions ] : /bingmaps/v8-web-control/modules/directions-module/
1740
+ [ Microsoft.Maps.SpatialDataService ] : /bingmaps/v8-web-control/modules/spatial-data-service-module/
1741
+ [ Microsoft.Maps.GeoJson ] : /bingmaps/v8-web-control/modules/geojson-module/
1742
+ [ Microsoft.Maps.WellKnownText ] : /bingmaps/v8-web-control/modules/well-known-text-module
1743
+ [ Microsoft.Maps.VenueMaps ] : /bingmaps/v8-web-control/modules/venue-map-module/
1744
+ [ Microsoft.Maps.Traffic ] : /bingmaps/v8-web-control/modules/traffic-module/
1745
+ [ Microsoft.Maps.SpatialMath ] : /bingmaps/v8-web-control/modules/spatial-math-module/
1727
1746
[ ng-azure-maps ] : https://github.com/arnaudleclerc/ng-azure-maps
1728
1747
[ OpenLayers plugin ] : /samples/azure-samples/azure-maps-OpenLayers/azure-maps-OpenLayers-plugin
1729
1748
[ OpenLayers ] : https://openlayers.org/
@@ -1739,9 +1758,13 @@ Learn more about migrating from Bing Maps to Azure Maps.
1739
1758
[ Pushpin clustering ] : #pushpin-clustering
1740
1759
[ Render ] : /rest/api/maps/render
1741
1760
[ Reusing Popup with Multiple Pins ] : https://samples.azuremaps.com/?sample=reusing-popup-with-multiple-pins
1761
+ [ REST SDK ] : rest-sdk-developer-guide.md
1762
+ [ Route API ] : /rest/api/maps/route
1763
+ [ Route Matrix API ] : /rest/api/maps/route/post-route-matrix
1742
1764
[ road tiles ] : /rest/api/maps/render/get-map-tile
1743
1765
[ satellite tiles ] : /rest/api/maps/render/get-map-static-image
1744
1766
[ Setting the map view ] : #setting-the-map-view
1767
+ [ Search API ] : /rest/api/maps/search
1745
1768
[ Shared Key authentication ] : azure-maps-authentication.md#shared-key-authentication
1746
1769
[ Show traffic data ] : #show-traffic-data
1747
1770
[ Show traffic on the map ] : map-show-traffic.md
0 commit comments