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.
Returns the DEMO_MAP_ID, which can be used for code samples which require a map ID. This map ID
is not intended for use in production applications and cannot be used for features which require
cloud configuration (such as Cloud Styling).
[[["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."],[[["`GMSMapID` is an opaque identifier used for custom Google Maps configurations."],["You can create a `GMSMapID` using a unique string identifier."],["A demo `GMSMapID` is available for code samples, but it's not for production use and incurs charges."],["Using `demoMapID` in your application will trigger a map load charge against the Dynamic Maps SKU."]]],["`GMSMapID` is an identifier for custom map configurations. It cannot be initialized directly; instead, create a `GMSMapID` using `initWithIdentifier:` or `mapIDWithIdentifier:`, providing a string. The `demoMapID` is available for code samples but is not for production use or cloud features. Usage of the `demoMapID` will trigger charges on Dynamic Maps. It has to be copied using the `NSCopying` protocol.\n"]]