|
| 1 | +--- |
| 2 | +title: Links to the Azure Maps Rest API |
| 3 | +titleSuffix: Microsoft Azure Maps |
| 4 | +description: Links to the Azure Maps Rest API. |
| 5 | +author: eriklindeman |
| 6 | +ms.author: eriklind |
| 7 | +ms.date: 02/05/2024 |
| 8 | +ms.topic: reference |
| 9 | +ms.service: azure-maps |
| 10 | +services: azure-maps |
| 11 | +--- |
| 12 | + |
| 13 | +# Azure Maps Rest API |
| 14 | + |
| 15 | +Azure Maps is a set of mapping and geospatial services that enable developers and organizations to build intelligent location-based experiences for applications across many different industries and use cases. Use Azure Maps to bring maps, geocoding, location search, routing, real-time traffic, geolocation, time zone information and weather data into your web, mobile and server-side solutions. |
| 16 | + |
| 17 | +The following tables show overviews of the services that Azure Maps offers: |
| 18 | + |
| 19 | +## Latest release |
| 20 | + |
| 21 | +The most recent stable release of the Azure Maps services. |
| 22 | + |
| 23 | +| API | Description | |
| 24 | +|-----|-------------| |
| 25 | +| [Data] | The Azure Maps Data v2 service is deprecated and will be retired on 9/16/24. To avoid service disruptions, all calls to the Data service need to be updated to use the Azure Maps [Data registry] service by 9/16/24. For more information, see [How to create data registry]. | |
| 26 | +| [Data Registry] | Programmatically store and update geospatial data to use in spatial operations. | |
| 27 | +| [Geolocation] | Convert IP addresses to country/region ISO codes. | |
| 28 | +| [Render] | Get road, satellite/aerial, weather, traffic map tiles, and static map images. | |
| 29 | +| [Route] | Calculate optimized travel times and distances between locations for multiple modes of transportation and get localized travel instructions. | |
| 30 | +| [Search] | Geocode addresses and coordinates, search for business listings and places by name or category and get administrative boundary polygons. | |
| 31 | +| [Spatial] | Use geofences, great circle distances and other spatial operations to analyze location data. | |
| 32 | +| [Timezone] | Get time zone and sunrise/sunset information for specified locations. | |
| 33 | +| [Traffic] | Get current traffic information including traffic flow and traffic incident details. | |
| 34 | +| [Weather] | Get current, forecasted, and historical weather conditions, air quality, tropical storm details and weather along a route. | |
| 35 | + |
| 36 | +## Previous release |
| 37 | + |
| 38 | +A previous stable release of an Azure Maps service that is still in use. The services in this list will generally have a more recent version available, and are slated for retirement. If using a previous release, update to the latest version before it's retired to avoid disruption of service. |
| 39 | + |
| 40 | +| API | Description | |
| 41 | +|-----|-------------| |
| 42 | +| [Data][Data-v1] | The Azure Maps Data v1 service is deprecated and will be retired on 9/16/24. To avoid service disruptions, all calls to the Data service need to be updated to use the Azure Maps [Data registry] service by 9/16/24. For more information, see [How to create data registry]. | |
| 43 | +| [Render][Render v1] | Get road, satellite/aerial, weather, traffic map tiles and static map images.<BR>The Azure Maps [Render v1] service is now deprecated and will be retired on 9/17/26. To avoid service disruptions, all calls to Render v1 API needs to be updated to use the latest version of the [Render] API by 9/17/26. | |
| 44 | +| [Search][Search-v1] | Geocode addresses and coordinates, search for business listings and places by name or category and get administrative boundary polygons. This is version 1.0 of the Search service. For the latest version, see [Search]. | |
| 45 | + |
| 46 | +## Latest preview |
| 47 | + |
| 48 | +Prerelease version of an Azure Maps service. Preview releases contain new functionality or updates to existing functionality that will be included in a future release. |
| 49 | + |
| 50 | +| API | Description | |
| 51 | +|-----|-------------| |
| 52 | +| [Route][Route-2023-10-01-preview] | Returns the ideal route in GeoJSON between locations for multiple modes of transportation.<BR><BR>Some of the updates in this version of the Route service include:<ul><li>Routes with "via" waypoints that the route must pass through.</li><li>More geographies</li><li>More languages available for localized travel instructions.</li></ul> | |
| 53 | + |
| 54 | +<!--- Links to latest versions of each service ----------------------------------> |
| 55 | +[Data]: /rest/api/maps/data |
| 56 | +[How to create data registry]: /azure/azure-maps/how-to-create-data-registries |
| 57 | +[Data Registry]: /rest/api/maps/data-registry |
| 58 | +[Geolocation]: /rest/api/maps/geolocation |
| 59 | +[Render]: /rest/api/maps/render |
| 60 | +[Route]: /rest/api/maps/route |
| 61 | +[Search]: /rest/api/maps/search |
| 62 | +[Spatial]: /rest/api/maps/spatial |
| 63 | +[Timezone]: /rest/api/maps/timezone |
| 64 | +[Traffic]: /rest/api/maps/traffic |
| 65 | +[Weather]: /rest/api/maps/weather |
| 66 | + |
| 67 | +<!--- Links to previous versions of each service --------------------------------> |
| 68 | +[Data-v1]: /rest/api/maps/data?view=rest-maps-1.0 |
| 69 | +[Render v1]: /rest/api/maps/render?view=rest-maps-1.0 |
| 70 | +[Search-v1]: /rest/api/maps/search?view=rest-maps-1.0 |
| 71 | + |
| 72 | +<!--- 2023-10-01-preview is the latest preview release of the Route service, |
| 73 | + currently the only Azure Maps service in Preview --------------------------> |
| 74 | +[Route-2023-10-01-preview]: /rest/api/maps/route?view=rest-maps-2023-10-01-preview |
0 commit comments