@@ -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 | 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 |
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 |
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/
@@ -1735,6 +1740,9 @@ Learn more about migrating from Bing Maps to Azure Maps.
1735
1740
[ Microsoft.Maps.SpatialDataService ] : /bingmaps/v8-web-control/modules/spatial-data-service-module/
1736
1741
[ Microsoft.Maps.GeoJson ] : /bingmaps/v8-web-control/modules/geojson-module/
1737
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/
1738
1746
[ ng-azure-maps ] : https://github.com/arnaudleclerc/ng-azure-maps
1739
1747
[ OpenLayers plugin ] : /samples/azure-samples/azure-maps-OpenLayers/azure-maps-OpenLayers-plugin
1740
1748
[ OpenLayers ] : https://openlayers.org/
0 commit comments