Skip to content

Commit 395e24f

Browse files
Merge pull request #276403 from yulinscottkang/bing
Azure maps enhance feature comparison table
2 parents 2d8855b + c5b32dc commit 395e24f

File tree

1 file changed

+47
-24
lines changed

1 file changed

+47
-24
lines changed

articles/azure-maps/migrate-from-bing-maps-web-app.md

Lines changed: 47 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -44,30 +44,33 @@ If you don't have an Azure subscription, create a [free account] before you begi
4444

4545
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.
4646

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] |
7174

7275
Azure Maps more [open-source modules for the web SDK] that extend its capabilities.
7376

@@ -1695,6 +1698,7 @@ Learn more about migrating from Bing Maps to Azure Maps.
16951698
[atlas.data.Position.fromLatLng]: /javascript/api/azure-maps-control/atlas.data.position
16961699
[atlas.io.read function]: /javascript/api/azure-maps-spatial-io/atlas.io#read-string---arraybuffer---blob--spatialdatareadoptions-
16971700
[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
16981702
[atlas.Shape]: /javascript/api/azure-maps-control/atlas.shape
16991703
[Azure Maps account]: quick-demo-map-app.md#create-an-azure-maps-account
17001704
[Azure Maps Glossary]: glossary.md
@@ -1707,6 +1711,7 @@ Learn more about migrating from Bing Maps to Azure Maps.
17071711
[Clustering point data in the Web SDK]: clustering-point-data-web-sdk.md
17081712
[Contour layer code samples]: https://samples.azuremaps.com/?search=contour
17091713
[Create a data source]: create-data-source-web-sdk.md
1714+
[Creator]: tutorial-creator-indoor-maps.md
17101715
[Display an infobox]: #display-an-infobox
17111716
[Drawing tools module code samples]: https://samples.azuremaps.com#drawing-tools-module
17121717
[free account]: https://azure.microsoft.com/free/
@@ -1724,6 +1729,20 @@ Learn more about migrating from Bing Maps to Azure Maps.
17241729
[Localization support in Azure Maps]: supported-languages.md
17251730
[Localizing the map]: #localizing-the-map
17261731
[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/
17271746
[ng-azure-maps]: https://github.com/arnaudleclerc/ng-azure-maps
17281747
[OpenLayers plugin]: /samples/azure-samples/azure-maps-OpenLayers/azure-maps-OpenLayers-plugin
17291748
[OpenLayers]: https://openlayers.org/
@@ -1739,9 +1758,13 @@ Learn more about migrating from Bing Maps to Azure Maps.
17391758
[Pushpin clustering]: #pushpin-clustering
17401759
[Render]: /rest/api/maps/render
17411760
[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
17421764
[road tiles]: /rest/api/maps/render/get-map-tile
17431765
[satellite tiles]: /rest/api/maps/render/get-map-static-image
17441766
[Setting the map view]: #setting-the-map-view
1767+
[Search API]: /rest/api/maps/search
17451768
[Shared Key authentication]: azure-maps-authentication.md#shared-key-authentication
17461769
[Show traffic data]: #show-traffic-data
17471770
[Show traffic on the map]: map-show-traffic.md

0 commit comments

Comments
 (0)