ui.Map.onClick

Registers a callback that's fired when the map is clicked.

Returns an ID which can be passed to unlisten() to unregister the callback.

UsageReturns
Map.onClick(callback)String
ArgumentTypeDetails
this: ui.mapui.MapThe ui.Map instance.
callbackFunctionThe callback to fire when the map is clicked. The callback is passed an object containing the coordinates of the clicked point on the map (with keys lon and lat) and the map widget itself.