On Dec 2, 2:16 am, Manight <[EMAIL PROTECTED]> wrote:
> Is it possible to capture standard GControl events like zoom change or
> panning obtained by clicking on Google Maps standard control?
The only event that is available on GLargeMapControl undocumented
'zoomto' which is triggered only when zoom slider is dragged or the
zoom bar is clicked. It returns a parameter that tells what happened
by a string.
The similar event is available on GMap2 too and it is triggered on map
before it is triggered on control. The parameter has four values:
- "zs_drag_zo"
- "zs_drag_zi"
- "zb_click_zo"
- "zb_click_zi"
Additional undocumented GMap2 events that are triggered by user
operations of GLargeMapControl:
- 'panbyuser'
- 'zoominbyuser'
- 'zoomoutbyuser'
They are triggered before 'movestart'.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---