Skip to content

Commit 3d0302b

Browse files
committed
Fixed links.
1 parent 8a88dc1 commit 3d0302b

File tree

1 file changed

+38
-40
lines changed

1 file changed

+38
-40
lines changed

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

Lines changed: 38 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ The following table provides the Azure Maps service APIs that provide similar fu
2828
| Autosuggest | [Search] |
2929
| Directions (including truck) | [Get Route Directions] |
3030
| Distance Matrix | [Post Route Matrix] |
31-
| Imagery – Static Map | [Get Map Static Image] |
32-
| Isochrones | [Get Route Range] |
33-
| Local Insights | [Search] + [Get Route Range] |
31+
| Imagery – Static Map | [Get Map Static Image] |
32+
| Isochrones | [Get Route Range] |
33+
| Local Insights | [Search] + [Get Route Range] |
3434
| Local Search | [Search] |
3535
| Location Recognition (POIs) | [Search] |
3636
| Locations (forward/reverse geocoding) | [Search] |
3737
| Snap to Road | [Post Route Directions] |
3838
| Spatial Data Services (SDS) | [Search] + [Route] + other Azure Services |
3939
| Time Zone | [Timezone] |
40-
| Traffic Incidents | [Traffic Incident Details] |
40+
| Traffic Incidents | [Get Traffic Incident Detail] |
4141

4242
The following service APIs aren't currently available in Azure Maps:
4343

@@ -264,7 +264,7 @@ There are several ways to snap coordinates to roads in Azure Maps.
264264

265265
**Using the route direction API to snap coordinates**
266266

267-
Azure Maps can snap coordinates to roads by using the [route directions] API. This service can be used to reconstruct a logical route between a set of coordinates and is comparable to the Bing Maps Snap to Road API.
267+
Azure Maps can snap coordinates to roads by using the [Get Route Directions] API. This service can be used to reconstruct a logical route between a set of coordinates and is comparable to the Bing Maps Snap to Road API.
268268

269269
There are two different ways to use the route directions API to snap coordinates to roads.
270270

@@ -359,7 +359,7 @@ For more information, see [Render custom data on a raster map].
359359

360360
In addition to being able to generate a static map image, the Azure Maps render service also enables direct access to map tiles in raster (PNG) and vector format:
361361

362-
* [Map tiles] – Retrieve raster (PNG) and vector tiles for the base maps (roads, boundaries, background).
362+
* [Get Map Static Image] – Retrieve raster (PNG) and vector tiles for the base maps (roads, boundaries, background).
363363
* [Get Map Tile] – Retrieve aerial and satellite imagery tiles.
364364

365365
### Pushpin URL parameter format comparison
@@ -467,7 +467,7 @@ For example, in Azure Maps, a blue line with 50% opacity and a thickness of four
467467

468468
Azure Maps provides an API for calculating the travel times and distances between a set of locations as a distance matrix. The Azure Maps distance matrix API is comparable to the distance matrix API in Bing Maps:
469469

470-
* [Route matrix]: Asynchronously calculates travel times and distances for a set of origins and destinations. Up to 700 cells per request is supported (the number of origins multiplied by the number of destinations). With that constraint in mind, examples of possible matrix dimensions are: `700x1`, `50x10`, `10x10`, `28x25`, `10x70`.
470+
* [Post Route Matrix]: Asynchronously calculates travel times and distances for a set of origins and destinations. Up to 700 cells per request is supported (the number of origins multiplied by the number of destinations). With that constraint in mind, examples of possible matrix dimensions are: `700x1`, `50x10`, `10x10`, `28x25`, `10x70`.
471471

472472
> [!NOTE]
473473
> A request to the distance matrix API can only be made using a `POST` request with the origin and destination information in the body of the request. Additionally, Azure Maps requires all origins and destinations to be coordinates. Addresses will need to be geocoded first.
@@ -678,7 +678,6 @@ Learn more about the Azure Maps REST services.
678678
> [!div class="nextstepaction"]
679679
> [Best practices for Azure Maps Search service]
680680
681-
[Get Search Address Reverse]: /rest/api/maps/search/get-search-address-reverse
682681
[Authentication with Azure Maps]: azure-maps-authentication.md
683682
[Azure Cosmos DB geospatial capabilities overview]: ../cosmos-db/sql-query-geospatial-intro.md
684683
[Azure Maps account]: quick-demo-map-app.md#create-an-azure-maps-account
@@ -687,59 +686,58 @@ Learn more about the Azure Maps REST services.
687686
[Azure SQL Spatial – Query nearest neighbor]: /sql/relational-databases/spatial/query-spatial-data-for-nearest-neighbor
688687
[Azure SQL Spatial Data Types overview]: /sql/relational-databases/spatial/spatial-data-types-overview
689688
[Basic snap to road logic]: https://samples.azuremaps.com/?sample=basic-snap-to-road-logic
690-
[Post Search Address Batch]: /rest/api/maps/search/post-search-address-batch
691-
[Post Search Address Reverse Batch]: /rest/api/maps/search/post-search-address-reverse-batch
692-
[Post Route Directions]: /rest/api/maps/route/post-route-directions
693-
[Post Route Directions Batch]: /rest/api/maps/route/post-route-directions-batch
694689
[Best practices for Azure Maps Route service]: how-to-use-best-practices-for-routing.md
695690
[Best practices for Azure Maps Search service]: how-to-use-best-practices-for-search.md
696-
697-
[Get Search Address]: /rest/api/maps/search/get-search-address
698-
[Get Search POI]: /rest/api/maps/search/get-search-poi
699-
[Get Search POI Category]: /rest/api/maps/search/get-search-poi-category
700-
691+
[free account]: https://azure.microsoft.com/free/
692+
[fuzzy search]: /rest/api/maps/search/get-search-fuzzy
693+
[Geolocation API]: /rest/api/maps/geolocation/get-ip-to-location
694+
[Get Map Static Image]: /rest/api/maps/render-v2/get-map-static-image
695+
[Get Map Tile]: /rest/api/maps/render-v2/get-map-tile
701696
[Get Route Directions]: /rest/api/maps/route/get-route-directions
697+
[Get Route Range]: /rest/api/maps/route/get-route-range
702698
[Get Search Address Reverse Cross Street]: /rest/api/maps/search/get-search-address-reverse-cross-street
703-
[free account]: https://azure.microsoft.com/free/
704-
[Post Search Fuzzy Batch]: /rest/api/maps/search/post-search-fuzzy-batch
699+
[Get Search Address Reverse]: /rest/api/maps/search/get-search-address-reverse
700+
[Get Search Address Structured]: /rest/api/maps/search/get-search-address-structured
701+
[Get Search Address]: /rest/api/maps/search/get-search-address
705702
[Get Search Fuzzy]: /rest/api/maps/search/get-search-fuzzy
706-
[Geolocation API]: /rest/api/maps/geolocation/get-ip-to-location
703+
[Get Search POI Category]: /rest/api/maps/search/get-search-poi-category
704+
[Get Search POI]: /rest/api/maps/search/get-search-poi
705+
[Get Search Polygon]: /rest/api/maps/search/get-search-polygon
706+
[Get Timezone By Coordinates]: /rest/api/maps/timezone/get-timezone-by-coordinates
707+
[Get Timezone By ID]: /rest/api/maps/timezone/get-timezone-by-id
708+
[Get Timezone Enum IANA]: /rest/api/maps/timezone/get-timezone-enum-iana
709+
[Get Timezone Enum Windows]: /rest/api/maps/timezone/get-timezone-enum-windows
710+
[Get Timezone IANA Version]: /rest/api/maps/timezone/get-timezone-iana-version
711+
[Get Timezone Windows To IANA]: /rest/api/maps/timezone/get-timezone-windows-to-iana
712+
[Get Traffic Flow Segment]: /rest/api/maps/traffic/get-traffic-flow-segment
713+
[Get Traffic Flow Tile]: /rest/api/maps/traffic/get-traffic-flow-tile
714+
[Get Traffic Incident Detail]: /rest/api/maps/traffic/get-traffic-incident-detail
715+
[Get Traffic Incident Tile]: /rest/api/maps/traffic/get-traffic-incident-tile
716+
[Get Traffic Incident Viewport]: /rest/api/maps/traffic/get-traffic-incident-viewport
707717
[Localization support in Azure Maps]: supported-languages.md
708718
[Manage authentication in Azure Maps]: how-to-manage-authentication.md
709719
[Manage the pricing tier of your Azure Maps account]: how-to-manage-pricing-tier.md
710-
[Get Map Static Image]: /rest/api/maps/render-v2/get-map-static-image
711-
[Get Map Tile]: /rest/api/maps/render-v2/get-map-tile
712720
[nearby search]: /rest/api/maps/search/getsearchnearby
713721
[NetTopologySuite]: https://github.com/NetTopologySuite/NetTopologySuite
714-
722+
[Post Route Directions Batch]: /rest/api/maps/route/post-route-directions-batch
723+
[Post Route Directions]: /rest/api/maps/route/post-route-directions
724+
[Post Route Matrix]: /rest/api/maps/route/post-route-matrix
725+
[Post Search Address Batch]: /rest/api/maps/search/post-search-address-batch
726+
[Post Search Address Reverse Batch]: /rest/api/maps/search/post-search-address-reverse-batch
727+
[Post Search Along Route]: /rest/api/maps/search/post-search-along-route
728+
[Post Search Fuzzy Batch]: /rest/api/maps/search/post-search-fuzzy-batch
729+
[Post Search Inside Geometry]: /rest/api/maps/search/post-search-inside-geometry
715730
[quadtree tile pyramid math]: zoom-levels-and-tile-grid.md
716731
[Render custom data on a raster map]: how-to-render-custom-data.md
717-
718-
[Post Route Matrix]: /rest/api/maps/route/post-route-matrix
719-
[Get Route Range]: /rest/api/maps/route/get-route-range
720732
[Route]: /rest/api/maps/route
721-
[Post Search Along Route]: /rest/api/maps/search/post-search-along-route
722733
[Search for a location using Azure Maps Search services]: how-to-search-for-address.md
723-
[Get Search Polygon]: /rest/api/maps/search/get-search-polygon
724734
[Search within geometry]: /rest/api/maps/search/post-search-inside-geometry
725735
[Search]: /rest/api/maps/search
726736
[Snap points to logical route path]: https://samples.azuremaps.com/?sample=snap-points-to-logical-route-path
727737
[Spatial operations]: /rest/api/maps/spatial
728-
[Get Search Address Structured]: /rest/api/maps/search/get-search-address-structured
729738
[subscription key]: quick-demo-map-app.md#get-the-subscription-key-for-your-account
730739
[Supported map styles]: supported-map-styles.md
731-
[Get Timezone By Coordinates]: /rest/api/maps/timezone/get-timezone-by-coordinates
732-
[Get Timezone By ID]: /rest/api/maps/timezone/get-timezone-by-id
733-
[Get Timezone Enum IANA]: /rest/api/maps/timezone/get-timezone-enum-iana
734-
[Get Timezone Enum Windows]: /rest/api/maps/timezone/get-timezone-enum-windows
735-
[Get Timezone IANA Version]: /rest/api/maps/timezone/get-timezone-iana-version
736-
[Get Timezone Windows To IANA]: /rest/api/maps/timezone/get-timezone-windows-to-iana
737740
[Timezone]: /rest/api/maps/timezone
738-
[Get Traffic Flow Segment]: /rest/api/maps/traffic/get-traffic-flow-segment
739-
[Get Traffic Flow Tile]: /rest/api/maps/traffic/get-traffic-flow-tile
740-
[Get Traffic Incident Detail]: /rest/api/maps/traffic/get-traffic-incident-detail
741-
[Get Traffic Incident Tile]: /rest/api/maps/traffic/get-traffic-incident-tile
742-
[Get Traffic Incident Viewport]: /rest/api/maps/traffic/get-traffic-incident-viewport
743741
[Traffic]: /rest/api/maps/traffic
744742
[turf js]: https://turfjs.org
745743
[Weather services]: /rest/api/maps/weather

0 commit comments

Comments
 (0)