Skip to content

Commit dcbe1ae

Browse files
author
Scott Kang
committed
enhance feature comparison table with bing maps modules
1 parent 09a9062 commit dcbe1ae

File tree

1 file changed

+39
-24
lines changed

1 file changed

+39
-24
lines changed

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

Lines changed: 39 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -44,30 +44,30 @@ 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] | |
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 |
7171

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

@@ -1724,6 +1724,17 @@ Learn more about migrating from Bing Maps to Azure Maps.
17241724
[Localization support in Azure Maps]: supported-languages.md
17251725
[Localizing the map]: #localizing-the-map
17261726
[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
17271738
[ng-azure-maps]: https://github.com/arnaudleclerc/ng-azure-maps
17281739
[OpenLayers plugin]: /samples/azure-samples/azure-maps-OpenLayers/azure-maps-OpenLayers-plugin
17291740
[OpenLayers]: https://openlayers.org/
@@ -1739,9 +1750,13 @@ Learn more about migrating from Bing Maps to Azure Maps.
17391750
[Pushpin clustering]: #pushpin-clustering
17401751
[Render]: /rest/api/maps/render
17411752
[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
17421756
[road tiles]: /rest/api/maps/render/get-map-tile
17431757
[satellite tiles]: /rest/api/maps/render/get-map-static-image
17441758
[Setting the map view]: #setting-the-map-view
1759+
[Search API]: https://learn.microsoft.com/rest/api/maps/search
17451760
[Shared Key authentication]: azure-maps-authentication.md#shared-key-authentication
17461761
[Show traffic data]: #show-traffic-data
17471762
[Show traffic on the map]: map-show-traffic.md

0 commit comments

Comments
 (0)