On Dec 29, 8:19 am, freylicher <[email protected]> wrote:
> I need
> to find a way to determine if it was the user who dragged
> GOverviewMapControl or "moveend" was generated for some other reason.
(Previous post removed and corrected.)
What difference does it make, whether the user dragged the map or the
GOverviewControl?
The only situation that comes to mind in which moveend would be fired
without dragging is when the map is zoomed in or out, so:
on moveend {
if (zoomchanged) {
do this
}
else {
do that
}
}
If you followed the posting guidelines and posted a link we'd have a
better idea of what you're trying to achieve, and you wouldn't have
to
wait 5 days for an answer. The guidelines are there for a reason!
--
Marcelo - http://maps.forum.nu
--
>
> Thank you again,
> -alex
--
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.