A base class for buttons that interact with an open layers map.
Parameters:
Name |
Type |
Description |
config |
Object
|
Configuration for this object. The config supplied directly extends the control |
Extends
Members
Properties:
Name |
Type |
Description |
buttonOptions |
Object
|
Passed to the jQuery UI button constructor |
- Inherited From:
id
Properties:
Name |
Type |
Description |
id |
string
|
The id for this control |
- Inherited From:
map
Properties:
Name |
Type |
Description |
map |
OpenLayers.Map
|
The map this button will interact with |
- Overrides:
Methods
Called when the button is clicked. This function is expected to be overridden in child classes
Parameters:
Name |
Type |
Description |
eventArgs |
Object
|
The event arguments |
- Inherited From:
(protected) mapAfterInitHandler(eventArgs)
Event handler for mapafterinit
Parameters:
Name |
Type |
Description |
eventArgs |
Object
|
The event arguments |