Edit

Share via


Tutorial: Migrate from Google Maps to Azure Maps

This article provides insights on how to migrate web, mobile and server-based applications from Google Maps to the Microsoft Azure Maps platform. This tutorial includes comparative code samples, migration suggestions, and best practices for migrating to Azure Maps. This tutorial demonstrates:

  • High-level comparison for equivalent Google Maps features available in Azure Maps.
  • What licensing differences to take into consideration.
  • How to plan your migration.
  • Where to find technical resources and support.

Prerequisites

If you don't have an Azure subscription, create a free account before you begin.

Note

For more information on authentication in Azure Maps, see Manage authentication in Azure Maps.

Azure Maps platform overview

Azure Maps provides developers across various industries with robust geospatial capabilities. These features include frequently updated map data, offering essential geographic context for web applications. Azure Maps suite of REST APIs provide services such as Map Rendering, Search, Routing, Traffic, Time Zones, Geolocation, Geofencing, Map Data, and Weather. The Web SDK supports these operations, ensuring development is straightforward, adaptable, and portable across multiple platforms.

High-level platform comparison

The table provides a high-level list of Azure Maps features, which correspond to Google Maps features. This list doesn't show all Azure Maps features. Other Azure Maps features include: accessibility, geofencing, isochrones, direct map tile access, batch services, and data coverage comparisons (that is, imagery coverage).

Google Maps feature Azure Maps support
Web SDK
REST Service APIs
Directions (Routing)
Distance Matrix
Geocoding (Forward/Reverse)
Geolocation
Nearest Roads
Places Search
Places Details N/A – website & phone number available
Places Photos N/A
Place Autocomplete
Snap to Road
Speed Limits
Static Maps
Static Street View N/A
Time Zone
Maps Embedded API N/A
Map URLs N/A

Google Maps provides basic key-based authentication. Azure Maps provides both basic key-based authentication and Microsoft Entra authentication. Microsoft Entra authentication provides more security features, compared to the basic key-based authentication.

Licensing considerations

When migrating to Azure Maps from Google Maps, consider the following points about licensing.

  • Azure Maps charges for the usage of interactive maps, which is based on the number of loaded map tiles. On the other hand, Google Maps charges for loading the map control. In the interactive Azure Maps SDKs, map tiles are automatically cached to reduce the development cost. One Azure Maps transaction is generated for every 15 map tiles that are loaded. The interactive Azure Maps SDKs uses 512-pixel tiles, and on average, it generates one or less transactions per page view.
  • Often, it's more cost effective to replace static map images from Google Maps web services with the Azure Maps Web SDK. The Azure Maps Web SDK uses map tiles. Unless the user pans and zooms the map, the service often generates only a fraction of a transaction per map load. The Azure Maps Web SDK has options for disabling panning and zooming, if desired. Additionally, the Azure Maps Web SDK provides a lot more visualization options than the static map web service.
  • Azure Maps allows data from its platform to be stored in Azure. Also, data can be cached elsewhere for up to six months as per the terms of use.

Here are some related resources for Azure Maps:

Suggested migration plan

A high-level migration plan includes.

  1. Take inventory of the Google Maps SDKs and services that your application uses. Verify that Azure Maps provides alternative SDKs and services.
  2. If you don't already have one, create an Azure subscription.
  3. Create an Azure Maps account and subscription key or Microsoft Entra authentication.
  4. Migrate your application code.
  5. Test your migrated application.
  6. Deploy your migrated application to production.

Create an Azure Maps account

To create an Azure Maps account and get access to the Azure Maps platform, follow these steps:

  1. If you don't have an Azure subscription, create a free account before you begin.
  2. Sign in to the Azure portal.
  3. Create an Azure Maps account.
  4. Get your Azure Maps subscription key or Microsoft Entra authentication for enhanced security.

Azure Maps technical resources

Here's a list of useful technical resources for Azure Maps.

Migration support

Developers can seek migration support through the Azure Maps developer forums or through one of the many Azure support options.

Clean up resources

No resources to be cleaned up.

Next steps

Learn the details of how to migrate your Google Maps application with these articles: