Cloud-based maps styling overview

Select platform: Android iOS JavaScript Web Service

Expressive map showing a map with Mount Rainier in blue surrounded by the green of a park

The Google Maps Platform offers cloud-based maps styling in the Google Cloud Console. Cloud styling lets you create a customized roadmap experience for your users without having to update your apps' code each time you make a map style change. You can create map styles that select colors and set visibility for features on road maps that appear in your JavaScript, iOS, and Android applications. For more information, see roadmap.

Why use cloud-based maps styling

With cloud-based maps styling, you can create more engaging and informative maps and update them more simply:

  • More map features: Customize almost 100 individual map features, in four categories. Points of interest includes features such as Entertainment, Recreation, and Services, which each also have several child features. For example, Services includes ATM, Bank, Gas station, and Restroom. For the full list, see What you can style on a map.
  • More ways to customize maps: Cloud-based maps styling makes it easier and more intuitive for you to style your map. Recent updates give you more granular control over the look and feel of the basemap with labels and geometries not previously available for map features. For example, you can customize labels applied to tourist attractions, restaurants, recreational areas, emergency services, retail, and more.
  • Maps load quickly after the first use: After the initial startup time as a map style is downloaded and cached, subsequent views and pan/zoom movement of the map are faster.
  • Improved map style editor interface: Map settings let you define map style properties, such as Building and landmark styles and POI density levels. Styleable elements are all shown on a single panel, giving you more visible map area when making customizations. It is also easier to find your map feature with more intuitive categories that expand and collapse, plus a filter box to scope the list to the map feature you need.

What can you do with cloud-based maps styling

You can do the following with cloud-based maps styling:
  • Use a no-code style editor: A designer can create and preview a style to match your goals and branding without needing to code.
  • Change styles without code changes: Draft and test map style changes without any changes to your code once the map ID is in place.
  • Style more map features: Change the visibility and color of more map features, such as roads, buildings, bodies of water, points of interest, and transit routes.

How cloud-based maps styling works

Map styles are stored and edited in the Google Maps Platform Cloud Console. Your application uses a map ID to request a map style from the cloud console, and then applies it to your application. You can have several map IDs associated with the same map style, so your maps can look the same across your application platforms.

Graphic showing the same map style used for JavaScript, iOS, and Android applications using a map ID

How to use cloud-based maps styling

1 Get started Head over to Get started and set up, and then check out the Tutorial.
2 Create a cloud-based map style See Create and use map styles.
3 Associate your map style with a map ID Create or open a map ID for your application type, and assign a map style to it. You can create additional map IDs for applications on other platforms and assign the same map style to them. For details, see Associate or remove map IDs on your style.
4 Add the map ID to your application Your maps then use the map style associated with that map ID. For details, see Add the map ID to your map.
5 Adjust your map style online Whenever you need to change your map style, edit it in cloud styling. For details, see Update a map style.
6 Publish your changed map style When you're ready to update a map style, publish it, and your new map style shows up in your application. For details, see Publish a map style.

What's next