science This product or feature is in the pre-GA Experimental launch stage (pre-GA). Pre-GA products and features might have limited support, and changes to pre-GA products and features might not be compatible with other pre-GA versions. Pre-GA Offerings are covered by the Google Maps Platform Service Specific Terms. For more information, see the launch stage descriptions.
An association between a Map Style and a Dataset. This association has the implication that if a Map is associated with the Map Style, then the Map will also be associated with the Dataset as far as visualization is concerned.
JSON representation
{"name": string,"clientStyle": string}
Fields
name
string
Resource name of the Dataset - Map Style Association: projects/{project}/datasets/{dataset}/clientStyles/{clientStyle}
clientStyle
string
The resource name of the Map Style: projects/{project}/clientStyles/{clientStyle}
[[["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."],[],[],null,["# DatasetStyleAssociation\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nAn association between a Map Style and a Dataset. This association has the implication that if a Map is associated with the Map Style, then the Map will also be associated with the Dataset as far as visualization is concerned.\n\n| JSON representation |\n|---------------------------------------------------|\n| ``` { \"name\": string, \"clientStyle\": string } ``` |\n\n| Fields ||\n|-----------------|-----------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Resource name of the Dataset - Map Style Association: `projects/{project}/datasets/{dataset}/clientStyles/{clientStyle}` |\n| `client``Style` | `string` The resource name of the Map Style: `projects/{project}/clientStyles/{clientStyle}` |"]]