|
PHP2Go Javascript Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object
|
+--Widget
|
+--GoogleMap
Defined in widgets/googlemap.js
| Field Summary | |
GLatLngBounds |
bounds
Bounds object composed by all locations |
GLatLng |
center
Center point |
Object |
container
Map container |
Array |
locations
Map locations |
GMap2 |
map
Google Map instance |
| Fields inherited from class Widget |
attributes
|
| Constructor Summary | |
GoogleMap
(<Object> attrs, <Function> func)
The GoogleMap widget renders a map based on the API provided by Google Maps. |
|
| Method Summary | |
void
|
setup()
Initializes the widget |
| Methods inherited from class Widget |
hasAttributes
|
| Field Detail |
GLatLngBounds bounds
GLatLng center
Object container
Array locations
GMap2 map
| Constructor Detail |
GoogleMap(<Object> attrs, <Function> func)
attrs - Widget's attributes
func - Setup function
| Method Detail |
void setup()
|
PHP2Go Javascript Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||