Youre just in luck: I wrote this yesterday for the AS Getting Started page. Basically you load your XML file and loop through each location and add a marker...
4542
Zach Graves
z.graves
Dec 1, 2006 6:42 pm
Do you mean when the map is first initialized or when you change map view types?...
4543
J Siegel
jsiegel
Dec 1, 2006 8:31 pm
... That only detects when the map is first initialized. How do you know for sure when a new map has been displayed (like after panning it)?...
4544
whispers007spy
Dec 1, 2006 9:26 pm
well what is it YOu want?..do you want to KNOW when the MAP is ready? (like ready to have markers added to it..etc..etc.. or do you want to knwo when it gets...
4545
Randy Troppmann
randy.troppmann
Dec 1, 2006 11:37 pm
To answer the initial poster's question, there is an event associated with map.setMapViewType() called EVENT_MAP_TYPE_CHANGED. When this event fires however, I...
4546
Randy Troppmann
randy.troppmann
Dec 1, 2006 11:47 pm
Sweet! nice work Chen. Randy...
4547
J Siegel
jsiegel
Dec 2, 2006 12:26 am
... I want to know when all of the tiles have been painted. Sure, I know when panning is complete and I know when zooming is complete. But what about...
4548
Zach Graves
z.graves
Dec 2, 2006 12:48 am
Ah okay- In that case, at this time there is no definite event that is broadcast when all the tiles are loaded. Randy's suggestion would work for time being. ...
4549
J Siegel
jsiegel
Dec 2, 2006 4:01 am
... Where do I find how to define TILES_LOADED?...
4550
Zach Graves
z.graves
Dec 2, 2006 4:12 am
Sorry. What I mean was that it will be coming in the next release of the API, which we hope to get out soon....
4551
xflint0
Dec 2, 2006 5:46 am
This is great!! I will put it to the test. Thanks, I might have a few more questions. ... Started ... location ... the XML. ... ...
4552
Michael Christian
mfletcherchr...
Dec 2, 2006 8:35 pm
I need to generate an image overlay that isn't just animated, but moves across the map from point A to point B. Suggestions? I was looking at polylines and...
4553
ranjeet98
Dec 3, 2006 9:15 am
Hi, I want to fill US cities with different transparent color. Fits of all, Is it possible with yahoo map? If its possible the could you please guide me how to...
4554
whispers007spy
Dec 4, 2006 5:04 pm
anyone got any ideas on how to get a more percise search/overlay I can provide a link to the 'app' if you like..the code is listed above. ... ...
4555
estebanutz
Dec 4, 2006 8:23 pm
I have a map with a couple of marker using CustomPOIMarker, my question is can I get the map to be centered whenever people clicks on a marker?, especially...
4556
rdroske7
Dec 4, 2006 8:28 pm
Has anyone been able to get a Css dropdown type menu to work correctly when it has to drop down over a Yahoo map (javascript/flash)? For me, in IE the...
4557
Ishmael Riles
iriles
Dec 5, 2006 2:09 am
Has anyone been successful at using the onClick event? when tracing out com.yahoo.maps.api.flash.YahooMap.EVENT_ONCLICK the value is undefined, and I didn't...
Thanks, that works when I use the code as is in a new flash file. I was doing something similar but from inside an as2 class and for some reason it doesn't...
4561
Randy Troppmann
randy.troppmann
Dec 5, 2006 10:16 pm
It's hard to say without seeing the whole class. This works for me: import com.yahoo.maps.tools.PanTool; class Main extends MovieClip{ private var...
4562
getnickhome
Dec 5, 2006 11:56 pm
Hi there, I can't for the life of me figure out how to zoom out as Flickr has done here: http://www.flickr.com/map/ What's the secret? Cheers, n....
4563
jsale37
Dec 6, 2006 12:00 am
VillaMark, I might have had the same problem until I realized that I need to name my map instance "myMap" to get this to work. I hope this is all it is for...
4564
iriles@...
iriles
Dec 6, 2006 4:04 am
ok I tracked down the problem and I'm pretty sure it's a bug. It's weird type of bug that I've never seen before. If anyone has any insight into what could be...
4565
getnickhome
Dec 6, 2006 5:32 pm
Hi all, How would I have all markers open by default, if they were being loaded from an GeoRSS feed? Thanks, n...
4566
nogabargill
Dec 6, 2006 5:41 pm
Hello, I have tried to send HTTPPequest with canadian address and got error. Do you know if the yahoo decoder supports Canadian Address?...
4567
getnickhome
Dec 6, 2006 5:49 pm
... i figured it out: var latlon = new LatLon(25.6462, -108.6094); var mymap = new Map("mapContainer", "yourID", latlon, 16);...
4568
estebanutz
Dec 7, 2006 4:41 pm
... I think I found out that the method is not getCenter() but setCenterByLatLon(latlon, duration), but does anyone knows if this method can be applied to a...
4569
Zach Graves
z.graves
Dec 7, 2006 5:05 pm
There is an event called poiMarkerClicked [EVENT_POI_CLICKED] which dispatches when a CustomPOIMarker is clicked and expanded. At the moment it is ActionScript...
4570
Loren E. Johnson
loren_johnson
Dec 7, 2006 5:15 pm
I've tried everything I know... but the AJAX API documentation gives me very little information about YCustomOverlay. What is valid content for the HTMLobject...