ui.Map.style

Returns the map's style ActiveDictionary, which can be modified to update the map's styles.

In addition to the standard UI API styles listed in the ui.Panel.style() documentation, ui.Map supports the following custom style option:

  - cursor, which can be 'crosshair' or 'hand' (default)

UsageReturns
Map.style()ui.data.ActiveDictionary
ArgumentTypeDetails
this: ui.mapui.MapThe ui.Map instance.