August 25, 2021

Mapbox Vs Google Maps VS OpenStreetMap : Best Mapping API For Your App

Daniil Voroshylov

Frontend developer

8 minutes
Content
Google Maps Alternatives for Your Application: Get More Bang for Your Buck
Google Maps API Services
Pros and Cons of Working With Google Maps API
Main Alternative Solutions – And Market Distribution
Mapbox API: Overview, Pros and Cons
Price Comparison: Google Maps vs Mapbox
OpenStreetMap API: Overview, Cons and Pros
Key Differences Between Mapbox, OpenStreetMap and Google Maps API
How we switched from Google Maps to Mapbox for bike-sharing app and saved 50% of monthly payments for mapping)API
Estimated Cost Reduction
Drawbacks
Conclusions

Google Maps Alternatives for Your Application: Get More Bang for Your Buck

Google Maps has long been the go-to maps and location data API provider – and it makes sense. Google's solutions are robust and reliable, with a wealth of mapping data available for over 200 countries. With 1 billion monthly active users (and over 5 million active sites and apps using it), you would think that Google Maps is uncontestable. However, ever since Google hiked its Maps API prices back in 2018, developers have been turning to more affordable options. Is it possible to find a budget-friendly alternative to Google Maps without compromising on functionality? Let's find out.

The Google Maps API Dilemma

google cloud platform

Google Maps APIs have left a bitter taste in the mouths of many developers. A price hike is understandable – but raising prices this drastically was a controversial move. Prior to the 2018 pricing change, if a website or app exceeded 25,000 dynamic map views per day, they would need to pay $0.50 for every 1,000 additional requests. That price rose to $5 per 1,000 requests: an increase of 1,400%.

This was especially harmful to small and medium-sized projects, which saw their monthly Google Maps API costs rise by over $10,000 per month. A change of this size just couldn't fit into their budget anymore – so it makes sense that so many developers are seeking more affordable Google Maps alternatives.

That isn't to say that Google Maps is terrible; it's still one of the most powerful solutions out there – but it only does you any good if you can afford it.

Google Maps API Services

There are three categories that Google Maps APIs fall under: Maps, Routes, and Places.

  • Maps: Static Street View, Dynamic Street View, Local Context Map, Static Maps, Dynamic Maps, Mobile Maps
  • Routes: Directions, Distance Matrix, Route Traveled, Nearest Road, Speed Limits
  • Places: Autocomplete Request, Places Details, Find Current Place, Places Photo, Geocoding, Geolocation, Time Zone, Elevation

Google Maps API Console

Google Maps Console

Pros and Cons of Working With Google Maps API

Pros:

  • Rich database of locations
  • Geocoding, street view, and routing are available
  • Decent visual customization
  • $200 credit per month

Cons:

  • Heavy to render (first time rendering freezes the app for a second)
  • Drains battery and requires some workarounds to improve energy consumption
  • Markers and shapes are 100% static
  • Routing is expensive
  • Not open-source
  • Unpredictable changes to pricing

Main Alternative Solutions – And Market Distribution

It's no surprise that Google Maps is the biggest player in the mapping industry. With its huge library of related APIs and comprehensive documentation, millions of third-party applications have decided to use Google's mapping tools, regardless of the expense. However, while Google Maps might be the biggest fish in the sea, there are other contenders.

mapping services market share

According to research from Datanyze, the market makeup is as follows:

  • Google Maps Platform (Google Maps API 86.25% market share, Google Places API 1.7% market share) - 87.95% market share, 2,580,916 domains
  • Mapbox - 4.46% market share, 159,618 domains
  • Google Places - 4.15% market share, 148,445 domains
  • Leaflet – 3.71% market share, 132,883 domains
  • Baidu Ibsuyn – 0.93%, 33,248 domains
  • OpenStreetMap – 0.64%, 23,010 domains

Besides these, there are over 80 other companies producing Mapping and GIS technologies for the market. But today, we are going to look at two powerful alternatives to Google Maps: Mapbox and OpenStreetMap.

Mapbox API: Overview, Pros and Cons

Mapbox Mapping Service

Services

The full list of Mapbox services can be seen here, but some of the most popular ones include:

  • Matrix API: This API will always show you the length or duration of the matrix element's fastest route. An element is considered to be an origin-destination pair within the matrix. The API does not return route geometries, but it does return distances in meters and durations in seconds. The distances and durations between points might not be symmetric, as one-way streets and turn restrictions are factored in. In other words, the duration from Point A to Point B might not be the same as from B to A. Using the Matrix API, you can efficiently filter points by travel time, check the reachability of coordinates from one another, and run algorithms to solve optimization issues.
  • Geocoding API: It does two things: forward and reverse geocoding. Forward geocoding transforms location text into geographic coordinates – for instance, input “2 Lincoln Memorial Circle NW” is converted into -77.050,38.899. And reverse geocoding does the opposite: changing coordinates into place names.
  • React Native SDK: Mapbox's Maps SDK for React Native is a library that offers reusable JavaScript components to integrate Mapbox maps into Android and iOS apps. This is a community-maintained library, and getting components is much easier than for Google Maps. Pull and issue requests are opened in the project's GitHub repository.
  • Directions: The Mapbox Directions API can produce turn-by-turn instructions for 4 different routing profiles: walking, driving, cycling, and driving with traffic. Optimal routes and turn-by-turn instructions are calculated using traffic- and incident-aware routing.

Mapbox solutions for delivery apps

Mapbox solutions for delivery apps source

ProfileDescription
mapbox/driving-trafficThis profile is for automotive routing, and it factors in both historic and current traffic conditions to avoid slowdowns. Routes for this profile can contain up to 3 coordinates
mapbox/drivingThis profile is also for automotive routing, and it shows the fastest route possible. High-speed roads are prioritized. Routes for this profile can contain up to 25 coordinates.
mapbox/walkingThis profile is for hiking and pedestrian routing. The shortest path possible is shown, and trails and sidewalks are used. Routes for this profile can contain up to 25 coordinates.
mapbox/cyclingThis profile is for bicycle routing. Short and safe routes are shown, with bike lines prioritized. Routes for this profile can contain up to 25 coordinates.

Price Comparison: Google Maps vs Mapbox

In practically every area, Mapbox is significantly more affordable than Google Maps APIs.

MapboxGoogle Maps
Static MapsFree for first 50,000, then $0.60 - $1.00 per 1,000 requestsFree for mobile, $2 per 1,000 requests after $200 credit is used up
DirectionsFree for first 100,000, then $1.20 - $2 per 1,000 requests$5 per 1,000 requests after $200 credit is used up
Permanent GeocodingFree for first 100,000, then $4 - $5 per 1,000 requests$5/1,000 requests after $200 credit is used up
MatrixFree for first 100,000, then $1.20 - $2 per 1,000 elements$5 per 1,000 elements after $200 credit is used up

Pros

  • Well-organized documentation
  • Customization of maps is easy
  • Visually pleasing base map
  • Easy to integrate on web and mobile apps

Cons

  • Steep learning curve
  • It's not a free service
  • Geared towards larger projects
  • The API is not highly customizable

What Apps Use Them

  • Snap Inc.
  • Shopify
  • Facebook

OpenStreetMap API: Overview, Cons and Pros

OpenStreetMap API Map

Services

OpenStreetMaps (OSM) offers very rudimentary features. While Google Maps and Mapbox offer everything out of the box, you will have to get features from third-party services when working with OSM. Direction services, traffic information, 3D mode, etc., will all need to be integrated from third-party services. So, what features does OpenStreetMaps directly provide?

  1. Editing API: Used for fetching and saving raw geodata to & from the OSM database. This is the documentation entry page and is provided in order to edit map data. If a client affects the service level for other users or corrupt data, they can be blocked without notice.
  2. Overpass API: It provides read-only API access. This API acts as a database over the web, meaning that the client sends a query and gets back a corresponding data set from the API. Unlike the Editing API, Overpass API was made for data consumers that need to quickly grab a few elements instantaneously (or up to 10 million elements in several minutes). Elements can be selected by search criteria such as object type, locations, proximity, or tag properties.

Open Trip Planner screenshot

While you can't do much out-of-the-box, there are dozens upon dozens of third-party services that work with OMS data.

  • Geofabrik: Enables downloading of pre-selected regions (such as states of the US)
  • ProtoMaps: A system for vector basemap cartography, with customizable languages, labels, and appearance

Price Comparison

If you are looking for the most affordable mapping API, it doesn't get any cheaper than OpenStreetMaps. It is completely open-source, meaning that it's free for you to use.

Pros

  • No cost to use
  • You can edit map data as needed
  • It can be quickly updated

Cons

  • Lower coverage
  • No systematic quality check of data
  • Fewer features than Google Maps and Mapbox

What Apps Use Them

  • TripAdvisor
  • Pokemon Go
  • MapFactor Navigator

key differences between google maps osm and mapbox

Key Differences Between Mapbox, OpenStreetMap and Google Maps API

The main differences between OpenStreetMaps, Mapbox, and Google Maps can be summed up as follows:

  • Operating expenses: OSM is clearly the least expensive, as it's free – but you need to consider the costs of building infrastructure to make up for its lack of features. With Google Maps and Mapbox, you'll need to compare costs on a case-by-case basis, but Mapbox typically has the edge.
  • Feature value: OSM has a low feature value. Google Maps definitely wins the feature count, but you likely won't need to add on all the bells and whistles. Again, this is something assessed on a case-by-case basis; you'll need to determine which specific features your integrated map app needs.
  • Customization: Mapbox has the best customization features, hands down. Google Maps is less flexible – for instance, it forces you to use its default base layer, while Mapbox does not.
  • Ease of Integration: This really depends on the experience that your developers and designers have with the APIs and their SDKs. Many developers are more familiar with Google Maps due to its popularity.

How we switched from Google Maps to Mapbox for bike-sharing app and saved 50% of monthly payments for mapping API

It's clear that alternatives to Google Maps are highly affordable, and perhaps you are considering switching to one. But is it actually practical to do so? If you use a cheaper alternative, will your data be of lower quality, and will you lose features? To address these questions, let's take a look at an app that we created here at Brocoders: Gokada, a Nigeria-based ride-sharing app.

Essentially, Gokada was the Uber of Nigeria – but on motorbikes. Its cross-platform mobile app for passengers and drivers contained a map, just like any other ride-sharing application. An ideal map for this application should provide different features for the driver and the rider, but, overall, the following APIs were necessary:

  • Geocoding (reverse geocoding)
  • Places autocomplete
  • Directions API
  • Roads API

Let’s found out when API calls happened for every use case in bike-sharing application. While user orders new ride we made requests to Geocoding API and Places Autocomplete API. While Google proposes pricing per session for Places Autocomplete we will have only 1 request for case where user chooses his destination for instance by typing it. Directions API is using for building route for the ride to confirm it, also we used it to calculate ride fare on backend.

GOKADA_app_2

During Driver flow we made requests to Geocoding API to show current location and Roads API to build real driver route.

GOKADA_app

To view approximate requests' architecture for ride-sharing app download Mapping API Reqests spreadsheet here

So in total 1 user per provokes approximately N requests per 1 app usage and let’s assume that one user makes 15 rides in a month. So what we will have

Amount of requests per 1 user/ride and 1 user/per month

1 ride15 rides in a month
Geocoding575
Places Autocomplete (sessions)115
Places Autocomplete (requests)575
Directions230
Roads API230
Map Matching Mapbox230

Now we compare pricing for Google Maps and Mapbox API. Here we also can see Google Maps APIs that corresponds to Mapbox API.

Google Maps APIGM 200 credit approximately up to 50000Google Maps per 1000 requests (after 200$)Google Maps per 1000 requests (after 100K per month) - 20% discount"Mapbox (cost per 1,000 requests) up to 100,000"Mapbox (cost per 1,000 requests) 100K-500KMapbox API
Geocoding$200$5.0040$0.75Temporary Geocoding API
Places Autocomplete - $17 per session$200$17.002.2640$0.75Geocoding (maps.places)
Directions API$200$5.0040$2.00Directions API
Roads API$200$10.00$8.000$2.00Maps Matching API

Now let’s scale this to 10, 100, 1000, 10000 users and calculate how much do google maps and mapbox cost in each case

Amount of API calls per month for N app users

Amount of active users110100100010000
Geocoding1051050105001050001050000
Places Autocomplete15150150015000150000
Places Autocomplete (requests)75750750075000750000
Directions30300300030000300000
Roads API or Map Matching API30300300030000300000
Cost Per month (GM)$0.00$0.00$0.00$367.45$4,339.60
- $200 credit
Cost Per month (Mapbox)$0.00$0.00$0.00$0.00$2,325.00

As we can see using Mapbox saved us 50% total amount for maps using per month.

The founder realized that Google Maps APIs would be way too expensive to handle all internal processes, so they looked into Mapbox and OpenStreetMaps. Both systems' duration and distance data were compared to that of Google Maps. Mapbox was found to be a suitable alternative for Google Maps, and in the end, Gokada decided to work with both alternatives for different scopes of the application. After choosing high-quality alternatives to Google Maps API, Gokada was powered without hemorrhaging cash.

Estimated Cost Reduction

As you can see, it is possible to entirely replace Google Maps APIs with ones from Mapbox while saving a significant sum each month.

Drawbacks

Google Maps has the most comprehensive location data out of any mapping API, with 99% global coverage. So, of course, by choosing to power the ride-sharing app with Mapbox, there was the risk of losing coverage. However, as aforementioned, Gokada's developers closely examined Mapbox's existing data for Nigeria and found it to be a suitable replacement for Google Maps. So, if you are considering switching to Mapbox or another Google Maps alternative, be sure to conduct a data comparison of your own.

Conclusions

  • Which to choose – Google Maps, OpenStreetMaps or Mapbox?

Running the risk of sounding cliché, there is no "right" solution – just one that works best for your business. So, when choosing which map API to use, ask yourself these four questions:

  • Does the open-source model appeal to you? If so, OSM ticks this box.
  • Where does your business operate? Google Maps will almost certainly cover your region, no matter where you're located. OpenStreetMaps, on the other hand? Data is added by the community, and some regions are sparser than others. North America and countries in Europe have the best coverage, and urban areas are almost completely mapped. More rural areas, though, might just have the most important roads mapped. Mapbox falls between the two: it might not have as much coverage as Google Maps, but it's close. What's more, they are pretty transparent about which features are available – for instance, you can see in which countries real-time and typical traffic data is calculated.
  • What kinds of functionality do you need for your business? OpenStreetMaps does not have much standalone functionality, which pretty much knocks it out of the running – unless you are willing to build the infrastructure or work with third-party solutions that are based on OSM data. And at the end of the day, that could negate any costs that you had saved by choosing an alternative to Google Maps.
  • How large is your user base now, and do you anticipate significant growth? If you don't anticipate getting loads of user queries, you might get a lot out of Google Maps API's $200 monthly credit. But once you pass that limit, financially, it makes sense to go with Mapbox, as pretty much every service is more affordable.

If you can afford Google Maps, appreciate its 99% coverage, and want to make use of its vast set of features, by all means, go full speed ahead! But by going with Mapbox, you'll get more customization, sufficient coverage, and a much more affordable price.

FAQ

Is Mapbox cheaper than Google Maps?
Is Mapbox free?
What is the best map API?
Does OpenStreetMap have an API?
Does Mapbox use OpenStreetMap?
Is OpenStreetMap better than Google Maps?
Is using Google Maps API free?
Is Mapbox or Google Maps better?
4.91
Thank you for reading! Leave us your feedback!
2014 ratings

Read more on our blog