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 value and populate an error object if provided."]]],[]]