Search the web
Sign In
New User? Sign Up
ydn-flash · Yahoo! Flash Developer Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
AS3 Maps API 1.0 Wishlist?   Message List  
Reply | Forward Message #1011 of 2037 |
Re: [ydn-flash] Re: AS3 Maps API 1.0 Wishlist?

Can I add MAP_MOUSE_MOVE to that wish item below?

On Sat, May 17, 2008 at 11:56 AM, Randy Troppmann <randy.troppmann@...> wrote:
YahooMapEvent.MAP_MOUSE_DOWN
YahooMapEvent.MAP_MOUSE_UP

both events carry latlon object of where mouse is.


On Sat, May 17, 2008 at 9:55 AM, Randy Troppmann <randy.troppmann@...> wrote:
Can you add a method to the Marker and Overlay class that gets the Bounds of the instance? I have a clip that dynamically sizes and need to know the lat/lon bounds when it's done.


On Thu, May 15, 2008 at 4:56 PM, Randy Troppmann <randy.troppmann@...> wrote:
Not sure I missed this, but is there an api to get ahold of a control object from with the YahooMap? For example, I would like to addPanControl() and then access the instance to turn draggable on or off.

- Randy


On Sat, May 3, 2008 at 11:21 PM, Sefi Ninio <sefi.ninio@...> wrote:

Zach,
 
Well, on the project I'm currently working on, we need support for moving markers - meaning that given a target LatLon, the marker will move to that location as a tween transition without me having to redraw it at the new location. Currently we are using Tweener (google it, real easy to use) to make the movement smooth using an easing function over a period of time (say 5 seconds). It would be nice, though, if it came out-of-the-box.

 
On 5/4/08, Zach Graves <zachg@...> wrote:

Can you explain #2 a bit more? Not quite sure what you mean there.

--- In ydn-flash@yahoogroups.com, "Sefi Ninio" <sefi.ninio@...> wrote:
>
> Zach,
>
> A few more:
>
>
> 1. Declutter support – on mouse over a group of icons – moving them apart
> from one another / provide a list on click, etc
>
> 2. Implementation for dynamic (moving) markers
>
>
>
> On 5/1/08, Zach Graves <zachg@...> wrote:
> >
> > 1. You can do this yourself by listening to the mouse wheel event on
> > YahooMap.mapContainer, then in your event handler function just set the
> > zoom level
> > based on the delta. Should work.
> >
> > -z
> >
> > --- In ydn-flash@yahoogroups.com <ydn-flash%40yahoogroups.com>, "Tony Wu"
> > <tonycwu@> wrote:
> > >
> > > Thanks Zach,
> > >
> > > Here's what I like to see. (I am still new to the map API, so some
> > > might be already supported or has workarounds.)
> > >
> > > 1. Support mouse wheel zoom in/out on the map.
> > > 2. For search markers, allow ways to number the marker icon on the
> > > map, so users can easily locate a marker on the map from the results
> > list.
> > > 3. Ability to listen to and trigger "click" event on search markers
> > > 4. Driving directions feature?
> > >
> > > Any timing for the 1.0 release? I think we're all excited to see the
> > > new developments in this tool.
> > >
> > > Thanks,
> > >
> > > Tony
> > >
> > >
> > > --- In ydn-flash@yahoogroups.com <ydn-flash%40yahoogroups.com>, "Zach
> > Graves" <zachg@> wrote:
> > > >
> > > > now that we have a few beta releases under our belt, i'd like to
> > > find out what features and
> > > > enhancements YOU would like to see in the 1.0 release of the maps api.
> >
> > > >
> > > > right now the biggest items on our own radar screens are (and in no
> > > particular order):
> > > >
> > > > -Basic world wrap (east to west tile stitching, no more grey tiles
> > > at the edge)
> > > > -Flash CS3 component.
> > > > -Expose tile image BitmapData
> > > > -CustomPOIMarker
> > > > -GeoRSS / KML
> > > > -Custom tile layers
> > > >
> > > > please feel free to add anything and everything. we want the 1.0 to
> > > cover items like above but
> > > > also finer points that you may have run into using the API, or
> > > something that you wish was
> > > > available.
> > > >
> > > > thanks!
> > > > zach graves
> > > > YAP
> > > >
> > >
> >
> >
> >
>








Thu May 22, 2008 5:16 pm

randy.troppmann
Offline Offline
Send Email Send Email

Forward
Message #1011 of 2037 |
Expand Messages Author Sort by Date

now that we have a few beta releases under our belt, i'd like to find out what features and enhancements YOU would like to see in the 1.0 release of the maps...
Zach Graves
z.graves
Online Now Send Email
Apr 30, 2008
10:01 am

Hi Zach, I can think of a few things: 1. Being able to override the default gray tile that is displayed until the real tile is loaded. 2. Events on the tile...
Sefi Ninio
sefi.ninio
Offline Send Email
Apr 30, 2008
11:29 am

Please make the thing licensable! I have built an app that is hosted on my site. Clients install some html on their site and get the app. My problem is that I...
Joseph Andolina
josephando
Online Now Send Email
Apr 30, 2008
5:56 pm

More granular geocoding. It really doesn't help to get a location that is 'close' to where you are looking. Joe ... From: Zach Graves <zachg@...> To:...
Joseph Andolina
josephando
Online Now Send Email
Apr 30, 2008
5:57 pm

Thanks Zach, Here's what I like to see. (I am still new to the map API, so some might be already supported or has workarounds.) 1. Support mouse wheel zoom...
Tony Wu
tonycwu
Online Now Send Email
Apr 30, 2008
8:57 pm

1. You can do this yourself by listening to the mouse wheel event on YahooMap.mapContainer, then in your event handler function just set the zoom level based...
Zach Graves
z.graves
Online Now Send Email
May 1, 2008
6:31 am

Zach, A few more: 1. Declutter support – on mouse over a group of icons – moving them apart from one another / provide a list on click, etc 2....
Sefi Ninio
sefi.ninio
Offline Send Email
May 3, 2008
1:36 pm

Can you explain #2 a bit more? Not quite sure what you mean there....
Zach Graves
z.graves
Online Now Send Email
May 4, 2008
3:07 am

Zach, Well, on the project I'm currently working on, we need support for moving markers - meaning that given a target LatLon, the marker will move to that ...
Sefi Ninio
sefi.ninio
Offline Send Email
May 4, 2008
5:22 am

Not sure I missed this, but is there an api to get ahold of a control object from with the YahooMap? For example, I would like to addPanControl() and then...
Randy Troppmann
randy.troppmann
Offline Send Email
May 15, 2008
10:56 pm

Can you add a method to the Marker and Overlay class that gets the Bounds of the instance? I have a clip that dynamically sizes and need to know the lat/lon...
Randy Troppmann
randy.troppmann
Offline Send Email
May 17, 2008
3:57 pm

YahooMapEvent.MAP_MOUSE_DOWNYahooMapEvent.MAP_MOUSE_UP both events carry latlon object of where mouse is. On Sat, May 17, 2008 at 9:55 AM, Randy Troppmann...
Randy Troppmann
randy.troppmann
Offline Send Email
May 17, 2008
5:56 pm

Can I add MAP_MOUSE_MOVE to that wish item below? On Sat, May 17, 2008 at 11:56 AM, Randy Troppmann <randy.troppmann@...> ... Can I add MAP_MOUSE_MOVE to...
Randy Troppmann
randy.troppmann
Offline Send Email
May 22, 2008
5:16 pm

For #3. I've went ahead and coded in the events into the open() and close() methods on the searchmarker. Look for it in the next release. :) -zach...
Zach Graves
z.graves
Online Now Send Email
May 4, 2008
3:06 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help