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.
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 > > > > > > >
> > > > > > >
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...
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...
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...
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:...
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...
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, 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 ...
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...
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...
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...
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...