Search the web
Sign In
New User? Sign Up
yws-maps · Yahoo! Maps Developer Community
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 4541 - 4570 of 6885   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4541
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...
Zach Graves
z.graves
Offline Send Email
Dec 1, 2006
6:27 pm
4542
Do you mean when the map is first initialized or when you change map view types?...
Zach Graves
z.graves
Offline Send Email
Dec 1, 2006
6:42 pm
4543
... 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)?...
J Siegel
jsiegel
Offline Send Email
Dec 1, 2006
8:31 pm
4544
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...
whispers007spy
Offline Send Email
Dec 1, 2006
9:26 pm
4545
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...
Randy Troppmann
randy.troppmann
Offline Send Email
Dec 1, 2006
11:37 pm
4546
Sweet! nice work Chen. Randy...
Randy Troppmann
randy.troppmann
Offline Send Email
Dec 1, 2006
11:47 pm
4547
... 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...
J Siegel
jsiegel
Offline Send Email
Dec 2, 2006
12:26 am
4548
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. ...
Zach Graves
z.graves
Offline Send Email
Dec 2, 2006
12:48 am
4549
... Where do I find how to define TILES_LOADED?...
J Siegel
jsiegel
Offline Send Email
Dec 2, 2006
4:01 am
4550
Sorry. What I mean was that it will be coming in the next release of the API, which we hope to get out soon....
Zach Graves
z.graves
Offline Send Email
Dec 2, 2006
4:12 am
4551
This is great!! I will put it to the test. Thanks, I might have a few more questions. ... Started ... location ... the XML. ... ...
xflint0
Offline Send Email
Dec 2, 2006
5:46 am
4552
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...
Michael Christian
mfletcherchr...
Offline Send Email
Dec 2, 2006
8:35 pm
4553
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...
ranjeet98
Offline Send Email
Dec 3, 2006
9:15 am
4554
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. ... ...
whispers007spy
Offline Send Email
Dec 4, 2006
5:04 pm
4555
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...
estebanutz
Offline Send Email
Dec 4, 2006
8:23 pm
4556
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...
rdroske7
Offline Send Email
Dec 4, 2006
8:28 pm
4557
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...
Ishmael Riles
iriles
Offline Send Email
Dec 5, 2006
2:09 am
4558
hi- import com.yahoo.maps.LatLon; import com.yahoo.maps.tools.PanTool; import com.yahoo.maps.markers.CustomPOIMarker; myMap.addEventListener("initialize",...
whispers007spy
Offline Send Email
Dec 5, 2006
3:54 pm
4559
Great news. Ku-Chow!...
Randy Troppmann
randy.troppmann
Offline Send Email
Dec 5, 2006
6:05 pm
4560
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...
iriles@...
iriles
Offline Send Email
Dec 5, 2006
9:28 pm
4561
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...
Randy Troppmann
randy.troppmann
Offline Send Email
Dec 5, 2006
10:16 pm
4562
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....
getnickhome
Offline Send Email
Dec 5, 2006
11:56 pm
4563
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...
jsale37
Offline Send Email
Dec 6, 2006
12:00 am
4564
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...
iriles@...
iriles
Offline Send Email
Dec 6, 2006
4:04 am
4565
Hi all, How would I have all markers open by default, if they were being loaded from an GeoRSS feed? Thanks, n...
getnickhome
Offline Send Email
Dec 6, 2006
5:32 pm
4566
Hello, I have tried to send HTTPPequest with canadian address and got error. Do you know if the yahoo decoder supports Canadian Address?...
nogabargill
Offline Send Email
Dec 6, 2006
5:41 pm
4567
... i figured it out: var latlon = new LatLon(25.6462, -108.6094); var mymap = new Map("mapContainer", "yourID", latlon, 16);...
getnickhome
Offline Send Email
Dec 6, 2006
5:49 pm
4568
... 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...
estebanutz
Offline Send Email
Dec 7, 2006
4:41 pm
4569
There is an event called poiMarkerClicked [EVENT_POI_CLICKED] which dispatches when a CustomPOIMarker is clicked and expanded. At the moment it is ActionScript...
Zach Graves
z.graves
Offline Send Email
Dec 7, 2006
5:05 pm
4570
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...
Loren E. Johnson
loren_johnson
Offline Send Email
Dec 7, 2006
5:15 pm
Messages 4541 - 4570 of 6885   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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