| B | |
| baseLayerDraw, ALKMaps. | |
| beforeSelectFeature, ALKMaps. | |
| begin | |
| bind, ALKMaps. | |
| bindAsEventListener, ALKMaps. | |
| boolean, ALKMaps. | |
| boundsToTiles, ALKMaps. | |
| box, ALKMaps. | |
| buildCoordinates, ALKMaps. | |
| buildCoordinatesNode | |
| buildExtendedData, ALKMaps. | |
| buildGeometryNode | |
| buttonClick, ALKMaps. |
baseLayerDraw: function()
Called before a feature is selected.
beforeSelectFeature: function( feature )
Begins the dragging.
begin: function()
Bind a function to an object.
bind: function( func, object )
Bind a function to an object, and configure it to receive the event object as first parameter when called.
bindAsEventListener: function( func, object )
Get tiles to cover the bounds.
boundsToTiles: function( bounds )
buildCoordinates: function( point )
buildCoordinatesNode: function( geometry )
Builds and returns the KML coordinates node with the given geometry coordinates...</coordinates>
buildCoordinatesNode: function( geometry )
buildExtendedData: function( attributes )
builds a GeoRSS node with a given geometry
buildGeometryNode: function( geometry )
Builds and returns a KML geometry node with the given geometry.
buildGeometryNode: function( geometry )
Check if a button was clicked, and fire the buttonclick event
buttonClick: function( evt )