Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
[[["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 2023-10-06 UTC."],[[["\u003cp\u003eAccess and modify the map's styles using the \u003ccode\u003estyle()\u003c/code\u003e method, which returns an ActiveDictionary containing style properties.\u003c/p\u003e\n"],["\u003cp\u003eCustomize the map's cursor appearance with the \u003ccode\u003ecursor\u003c/code\u003e style option, choosing between 'crosshair' and the default 'hand'.\u003c/p\u003e\n"],["\u003cp\u003eRefer to the \u003ccode\u003eui.Panel.style()\u003c/code\u003e documentation for standard UI API styles applicable to the map, in addition to the custom \u003ccode\u003ecursor\u003c/code\u003e option.\u003c/p\u003e\n"]]],[],null,["\u003cbr /\u003e\n\nReturns the map's style ActiveDictionary, which can be modified to update the map's styles.\n\n\u003cbr /\u003e\n\nIn addition to the standard UI API styles listed in the ui.Panel.style() documentation, ui.Map supports the following custom style option:\n\n- cursor, which can be 'crosshair' or 'hand' (default)\n\n| Usage | Returns |\n|---------------|--------------------------|\n| Map.style`()` | ui.data.ActiveDictionary |\n\n| Argument | Type | Details |\n|----------------|--------|----------------------|\n| this: `ui.map` | ui.Map | The ui.Map instance. |"]]