What is Azure Maps?

Azure Maps is a collection of geospatial services and SDKs that use fresh mapping data to provide geographic context to web and mobile applications. Azure Maps provides:

  • REST APIs to render vector and raster maps in multiple styles and satellite imagery.
  • Creator services to create and render maps based on private indoor map data.
  • Search services to locate addresses, places, and points of interest around the world.
  • Various routing options; such as point-to-point, multipoint, multipoint optimization, isochrone, electric vehicle, commercial vehicle, traffic influenced, and matrix routing.
  • Traffic flow view and incidents view, for applications that require real-time traffic information.
  • Time zone and Geolocation services.
  • Geofencing service and mapping data storage, with location information hosted in Azure.
  • Location intelligence through geospatial analytics.

Additionally, Azure Maps services are available through the Web SDK and the Android SDK. These tools help developers quickly develop and scale solutions that integrate location information into Azure solutions.

You can sign up for a free Azure Maps account and start developing.

The following video explains Azure Maps in depth:


Map controls

Web SDK

The Azure Maps Web SDK lets you customize interactive maps with your own content and imagery. You can use this interactive map for both your web or mobile applications. The map control makes use of WebGL, so you can render large data sets with high performance. You can develop with the SDK by using JavaScript or TypeScript.

Example map of population change created by using Azure Maps Web SDK

Android SDK

Use the Azure Maps Android SDK to create mobile mapping applications.

Map examples on a mobile device

Services in Azure Maps

Azure Maps consists of the following services that can provide geographic context to your Azure applications.

Data service

Data is imperative for maps. Use the Data service to upload and store geospatial data for use with spatial operations or image composition. By bringing customer data closer to the Azure Maps service, you reduce latency and increase productivity. For more information on this service, see Data service.

Geolocation service

Use the Geolocation service to retrieve the two-letter country/region code for an IP address. This service can help you enhance user experience by providing customized application content based on geographic location.

For more information, see the Geolocation service documentation.

Render service

Render V2 service introduces a new version of the Get Map Tile V2 API that supports using Azure Maps tiles not only in the Azure Maps SDKs but other map controls as well. It includes raster and vector tile formats, 256x256 or 512x512 tile sizes (where applicable) and numerous map types such as road, weather, contour, or map tiles. For a complete list, see TilesetID in the REST API documentation. It's recommended that you use Render V2 service instead of Render service V1. You're required to display the appropriate copyright attribution on the map anytime you use the Azure Maps Render V2 service, either as basemaps or layers, in any third-party map control. For more information, see How to use the Get Map Attribution API.

Example of a map from the Render V2 service

Route service

The route service is used to calculate the estimated arrival times (ETAs) for each requested route. Factors such as real-time traffic information and historic traffic data, like the typical road speeds on the requested day of the week and time of day are considered. The route service returns the shortest or fastest routes available to multiple destinations at a time in sequence or in optimized order, based on time or distance. The service allows developers to calculate directions across several travel modes, such as car, truck, bicycle, or walking, and electric vehicle. The service also considers inputs, such as departure time, weight restrictions, or hazardous material transport.

Example of a map from the Route service

The Route service offers advanced set features, such as:

  • Batch processing of multiple route requests.
  • Matrices of travel time and distance between a set of origins and destinations.
  • Finding routes or distances that users can travel based on time or fuel requirements.

For more information on routing capabilities, see the Route service documentation.

Search service

The Search service helps developers search for addresses, places, business listings by name or category, and other geographic information. Also, services can reverse geocode addresses and cross streets based on latitudes and longitudes.

Example of a search on a map

The Search service also provides advanced features such as:

  • Search along a route.
  • Search inside a wider area.
  • Batch a group of search requests.
  • Search electric vehicle charging stations and Point of Interest (POI) data by brand name.

For more information on search capabilities, see the Search service documentation.

Spatial service

The Spatial service quickly analyzes location information to help inform customers of ongoing events happening in time and space. It enables near real-time analysis and predictive modeling of events.

The service enables customers to enhance their location intelligence with a library of common geospatial mathematical calculations. Common calculations include closest point, great circle distance, and buffers. For more information about the Spatial service and its various features, see the Spatial service documentation.

Timezone service

The Time zone service enables you to query current, historical, and future time zone information. You can use either latitude and longitude pairs or an IANA ID as an input. The Time zone service also allows for:

  • Converting Microsoft Windows time-zone IDs to IANA time zones.
  • Fetching a time-zone offset to UTC.
  • Getting the current time in a chosen time zone.

A typical JSON response for a query to the Time zone service looks like the following sample:

{
  "Version": "2020a",
  "ReferenceUtcTimestamp": "2020-07-31T19:15:14.4570053Z",
  "TimeZones": [
    {
      "Id": "America/Los_Angeles",
      "Names": {
        "ISO6391LanguageCode": "en",
        "Generic": "Pacific Time",
        "Standard": "Pacific Standard Time",
        "Daylight": "Pacific Daylight Time"
      },
      "ReferenceTime": {
        "Tag": "PDT",
        "StandardOffset": "-08:00:00",
        "DaylightSavings": "01:00:00",
        "WallTime": "2020-07-31T12:15:14.4570053-07:00",
        "PosixTzValidYear": 2020,
        "PosixTz": "PST+8PDT,M3.2.0,M11.1.0"
      }
    }
  ]
}

For more information, see the Time zone service documentation.

Traffic service

The Traffic service is a suite of web services that developers can use for web or mobile applications that require traffic information. The service provides two data types:

  • Traffic flow: Real-time observed speeds and travel times for all key roads in the network.
  • Traffic incidents: An up-to-date view of traffic jams and incidents around the road network.

Example of a map with traffic information

For more information, see the Traffic service documentation.

Weather service

The Weather service offers API to retrieve weather information for a particular location. This information includes observation date and time, weather conditions, precipitation indicator flags, temperature, and wind speed information. Other details such as RealFeelā„¢ Temperature and UV index are also returned.

Developers can use the Get Weather along route API to retrieve weather information along a particular route. Also, the service supports the generation of weather notifications for waypoints affected by weather hazards, such as flooding or heavy rain.

The Get Map Tile V2 API allows you to request past, current, and future radar and satellite tiles.

Example of map with real-time weather radar tiles

Maps Creator service

Maps Creator service is a suite of web services that developers can use to create applications with map features based on indoor map data.

Maps Creator provides the following services:

  • Dataset service. Use the Dataset service to create a dataset from a converted drawing package data. For information about drawing package requirements, see drawing package requirements.

  • Conversion service. Use the Conversion service to convert a DWG design file into drawing package data for indoor maps.

  • Tileset service. Use the Tileset service to create a vector-based representation of a dataset. Applications can use a tileset to present a visual tile-based view of the dataset.

  • Custom styling service (preview). Use the style service or visual style editor to customize the visual elements of an indoor map.

  • Feature State service. Use the Feature State service to support dynamic map styling. Dynamic map styling allows applications to reflect real-time events on spaces provided by IoT systems.

  • WFS service. Use the WFS service to query your indoor map data. The WFS service follows the Open Geospatial Consortium API standards for querying a single dataset.

  • Wayfinding service (preview). Use the wayfinding API to generate a path between two points within a facility. Use the routeset API to create the data that the wayfinding service needs to generate paths.

Programming model

Azure Maps is built for mobility and can help you develop cross-platform applications. It uses a programming model that's language agnostic and supports JSON output through REST APIs.

Also, Azure Maps offers a convenient JavaScript map control with a simple programming model. The development is quick and easy for both web and mobile applications.

Power BI visual

The Azure Maps Power BI visual provides a rich set of data visualizations for spatial data on top of a map. It's estimated that over 80% of business data has a location context. The Azure Maps Power BI visual offers a no-code solution for gaining insights into how this location context relates to and influences your business data.

Power BI desktop with the Azure Maps Power BI visual displaying business data

For more information, see Get started with Azure Maps Power BI visual.

Usage

To access Azure Maps services, go to the Azure portal and create an Azure Maps account.

Azure Maps uses a key-based authentication scheme. When you create your account, two keys are generated. To authenticate for Azure Maps services, you can use either key.

Note

Azure Maps shares customer-provided address/location queries with third-party TomTom for mapping functionality purposes. These queries aren't linked to any customer or end user when shared with TomTom and can't be used to identify individuals.

TomTom is a subprocessor that is authorized to subprocess Azure Maps customer data. For more information, seeĀ the Microsoft Online Services Subprocessor List located in the Microsoft Trust Center.

Supported regions

Azure Maps services are currently available except in the following countries/regions:

  • China
  • South Korea

Verify that the location of your current IP address is in a supported country/region.

Next steps

Try a sample app that showcases Azure Maps:

Quickstart: Create a web app

Stay up to date on Azure Maps:

Azure Maps blog