Kazu46Machi / earth-api-samples

Automatically exported from code.google.com/p/earth-api-samples
0 stars 0 forks source link

View change event #110

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When you move the mouse over the Earth plugin, it generates a series of
frameend events even when there are no changes in the view. I understand
that mouse movement may cause pins and their labels to enlarge and shrink,
so I suppose that must be the reason that the frameend events are being
fired. But I'm not really interested in those events at all. What I want to
know is when the actual view is changing, not when pins and labels are
changing size in response to mouse movement. It would be very helpful if
there were an event that is triggered only when the
lat/long/tilt/altitude/etc is changed, and is not triggered in response to
mouse movements when the mouse button is not down.

(This is currently a Windows-only issue; the Mac has a worse problem that I
reported separately where frameend events are fired continuously at all times.)

Original issue reported on code.google.com by mike%gea...@gtempaccount.com on 5 Dec 2008 at 6:27

GoogleCodeExporter commented 8 years ago

Original comment by api.roman.public@gmail.com on 5 Dec 2008 at 8:48

GoogleCodeExporter commented 8 years ago

Original comment by api.roman.public@gmail.com on 8 Dec 2008 at 6:46

GoogleCodeExporter commented 8 years ago

Original comment by api.roman.public@gmail.com on 22 May 2009 at 1:39

GoogleCodeExporter commented 8 years ago
Bulk edit.

Original comment by api.roman.public@gmail.com on 9 Aug 2009 at 1:02

GoogleCodeExporter commented 8 years ago
The original use case is now possible with GEView.viewchange, viewchangebegin, 
and
viewchangeend events.

Original comment by api.roman.public@gmail.com on 9 Aug 2009 at 1:23