All docschevron-rightMaps SDK for Androidchevron-rightarrow-leftGuideschevron-rightMap styles

Map styles

The Mapbox Maps SDK allows full customization of the look of the map used in your application. You can use a map style designed by Mapbox's cartographers or create a custom map style by adjusting the map's colors, icons, and fonts to match your application's UI or company's brand.

There are two approaches to customizing the look of the map:

  • Update map features dynamically at runtime using the Maps SDK. Lighten or darken the map based on the time of day, personalize icons and map colors based on your users’ activity, switch languages dynamically, or increase the size of labels based on user preferences to improve legibility.
  • Create a custom map style with Mapbox Studio. Upload data, build styles from scratch, and style groups of layers together using style components. Publish your custom style and load it into your application. If you update the underlying data or you edit and publish updates to the style in Mapbox Studio, those changes will be reflected in your application.

These approaches are not mutually exclusive. You can load a custom style and update map features from that custom style in your application at runtime.

book
Mapbox Studio Manual

These guides cover working with the map style at runtime. For more information on how to create a custom map style in Mapbox Studio, see the Mapbox Studio Manual.