[[["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 2025-08-27 UTC."],[[["\u003cp\u003e\u003ccode\u003eGMSMapViewType\u003c/code\u003e defines the display styles for a \u003ccode\u003eGMSMapView\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt includes five map types: \u003ccode\u003enormal\u003c/code\u003e, \u003ccode\u003esatellite\u003c/code\u003e, \u003ccode\u003eterrain\u003c/code\u003e, \u003ccode\u003ehybrid\u003c/code\u003e, and \u003ccode\u003enone\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003enormal\u003c/code\u003e is the default, displaying basic maps with support for light and dark color schemes.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003esatellite\u003c/code\u003e and \u003ccode\u003ehybrid\u003c/code\u003e offer satellite imagery, with the latter including transparent labels.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eterrain\u003c/code\u003e displays terrain maps, while \u003ccode\u003enone\u003c/code\u003e shows no map data.\u003c/p\u003e\n"]]],["`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"],null,[]]