|
Quikmaps classes | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--GMap2
|
+--AbstractQMap
| Constructor Summary | |
AbstractQMap(<HTMLDivElement> container, <Object> opts)
AbstractQMap is an abstract base class, proxying between QMaps and GMaps map classes |
|
| Method Summary | |
void
|
addOverlay(<Overlay> overlay, noAdd)
Add overlay to the map |
void
|
clearOverlays()
Clear all overlays from the map. |
HTMLDomElement
|
getMouseEventTarget()
Get the HTML DOM element which responds mouse events |
Array
|
markers()
Get the list of map markers |
Array
|
overlays()
Get the list of map overlays -- includes markers and polylines |
Array
|
polylines()
Get the list of map polylines |
void
|
removeOverlay(<Overlay> overlay)
Remove an overlay from the map. |
| Constructor Detail |
AbstractQMap(<HTMLDivElement> container, <Object> opts)
container - the DOM element in which to render the map
opts - options hash, forwarded to GMap2 constructor
| Method Detail |
void addOverlay(<Overlay> overlay, noAdd)
overlay - A map overlay
void clearOverlays()
HTMLDomElement getMouseEventTarget()
Array markers()
Array overlays()
Array polylines()
void removeOverlay(<Overlay> overlay)
overlay - A map overlay
|
Quikmaps classes | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||