Hi YMaps Developers! There has been some documentation improvements and additions for version 3.7 of the API that you can play around with. The examples now ...
I have a site that uses Yahoo maps API. It works, but it seems that I am not getting very many results on it when using the search function and I would like...
... Hi Rob, Go to the "Getting Started Guide" page. http://developer.yahoo.com/maps/ajax/index.html. I have completely rewritten the example code on that site...
I am new to yahoo maps. I have played with Google maps but much prefer the Yahoo style/flash animation etc Following basic instructions i have managed to put...
I'm trying to use the panToXY function to focus the map on a specific marker. What I thought would work is just moving the map to different odd locations...
You are just using the wrong object. You are sending a Latitude and Longitude (use these with YGeoPoint) data to an object that takes X,Y coordinate point...
No luck. I do understand what your are saying but it does not seem to work right. For testing I took one of the yahoo examples and added just enough code to...
You're welcome to "borrow" and improve on my code. We're going live on Monday. http://www.hoganandherr.com/penns-crossing-map.asp Basically, I just added...
Ok I know this is me and not the tool but I guess I just don't understand how polylines work. The example that you can download has some points that get...
Look at the decimal place, they are different values. A single degree in lat or lon is a pretty large area. ~Rahul ... [Non-text portions of this message have...
Ouch ok my bad you are correct. They are so close and it was pretty late last night when I was working my code that I over looked this. I will test my code...
Here is the code. The address box works, and when I click on the find button, it opens the map and finds the address, but the script seems to stop. The...
I generated a simple map from my georss file: http://kambingan.googlepages.com/ph_goat_map.xml The problem is that the map legends are not showing up...
Hello all, Just a quick simple question, what i have to change to instead the funcion showPolylineOverlay read the URL to the XML, accept the XML by a string ?...
Any more information on the panToXY? I've worked on this one a few more times and it just does not seem to be working. If I pan to a marker then try to pan to...
Ok I just did another test and panToLatLon works just fine so I know it's not my code or the situation that I'm trying to use the yahoomap in. I really think...
So my map is working perfect now and I was really happy to see this export feature. When I call it "exportFormat("GEORSS")" I do get a feed back that looks...
... feed ... lend ... Ok I got this to work after checking out some more of the examples on the website which is cool. I still do have a few questions... 1. I...
i am new to the yahoo maps. i am using flex builder 2. i am looking for a sample source code to get me started. anyhelp would be greatly appreciated!!!...
Hello Michael, I'm new to Flex 2 myself, but here's where I started: http://developer.yahoo.com/maps/flash/flexGettingStarted.html You'll need to get your own...
i have an app id. 1st i cannot get my flash component to show up in flash (cs3). i ren the extension manager. also in flex i get this error "Line 5.Element or...
Take a look at the code on this how-to page. I think it's newer than the getting started page: http://developer.yahoo.com/flash/howto-maps-as3.html Rob...
I don't know why, but I can't seem to get the XML to work when I try to point to a local version. The xml file is in the same directory as my map html file. ...
The GEORss xml is loaded through a proxy page on the yahoo servers so the xml file has to be online somewhere. You will have to upload your xml file to a ...
I'm still have a problem. Maybe it's somthing simple that I just can't see. The XML file is here: http://www.chiron.com/media/maps/yahoo/xml/map.xml The map is...