[[["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."],[[["`GMSMapViewType` defines the display styles for a `GMSMapView`."],["It includes five map types: `normal`, `satellite`, `terrain`, `hybrid`, and `none`."],["`normal` is the default, displaying basic maps with support for light and dark color schemes."],["`satellite` and `hybrid` offer satellite imagery, with the latter including transparent labels."],["`terrain` displays terrain maps, while `none` shows no map data."]]],["`GMSMapViewType` defines display options for maps. `kGMSTypeNormal` (default) is a basic map supporting light/dark schemes. `kGMSTypeSatellite` shows satellite imagery without labels. `kGMSTypeTerrain` displays terrain maps, also with light/dark scheme support. `kGMSTypeHybrid` overlays labels on satellite views. `kGMSTypeNone` provides a blank map without labels or traffic data. Each type has corresponding declarations in Swift and Objective-C, using `case` and constants, respectively.\n"]]