New basemap styling is coming soon to Google Maps Platform. This update to map styling includes a new default color palette, modernized pins, and improvements to map experiences and usability. All map styles will be automatically updated in March 2025. For more information on availability and how to opt in earlier, see New map style for Google Maps Platform.
Stay organized with collections
Save and categorize content based on your preferences.
GMSMapStyle
@interfaceGMSMapStyle:NSObject
GMSMapStyle holds details about a style which can be applied to a map.
With style options you can customize the presentation of the standard Google map styles, changing
the visual display of features like roads, parks, and other points of interest. As well as
changing the style of these features, you can also hide features entirely. This means that you
can emphasize particular components of the map or make the map complement the content of your
app.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-15 UTC."],[[["`GMSMapStyle` allows customization of the visual display of Google Maps features like roads, parks, and points of interest."],["You can change the style of map features or hide them completely to highlight specific elements or complement your app's content."],["Styles can be created using a JSON string with `styleWithJSONString:error:` or from a JSON file with `styleWithContentsOfFileURL:error:`."],["Invalid JSON, unreadable files, or incorrect URLs will result in a nil return and potentially populate an error object."]]],[]]