Usage | Returns |
---|---|
Map.unlisten(idOrType) |
Argument | Type | Details |
---|---|---|
this: ui.map | ui.Map | The ui.Map instance. |
idOrType | String, optional | Either an ID returned by listen() when a callback was registered, an event type, or nothing. If an ID is passed, the corresponding callback is deleted. If an event type is passed, all callbacks registered with that event type are deleted. If nothing is passed, all callbacks are deleted. |