Hello, I am looking forward on building a java server that will deliver some maps to its clients, using Yahoo Map API. However i do not know how to obtain an...
The problem is that it is going to be placed inside a University's network, where we get a dynamic IP. Isn't there any way to obtain an AppID for academic...
I've followed what it says on the Traffic RSS API about creating feeds. I need to specify the latitude and longitude co-ordinates and then extract the...
I'm having no joy getting this to work with JS-Flash either. Is support for this included in v.3.5 or planned for a future release? ... The ... order to ... ...
Hi, When I added <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> on my website while using the sample code from the...
Hi, When I add the doctype to the html, the map in the div tag will not display with the size specified in the style sheet. I need the doctype for the css to...
Is there any way to move (pan) the map programmatically? For instance I have an address that get geocoded and the map's center gets set to this latlon. A use...
Yes there is you would use pantolatlon. It gets a little môre difficilt when you zoom but the pantolatlon does not make a Total refresh accur. Sent via...
panToLatLon method is not documented in the AS3 component. Which class is this in? -CK ... difficilt when you zoom but the pantolatlon does not make a Total ...
Very sorry Chris I just noticed the action script reference. Pantolatlon is in AJAX. The you can use: setCenterAddress () Whats nice here is you can use...
Using the Flash API and hopefully, this is a very simple question. I am loading CustomPOI markers from an XML file. I'd like to the URL's to load in the same...
If i understand you correctly then just use getUrl function and the required parameters, you parse the url to open and the window to use, _self replaces the...
I am trying out some Adobe AIR apps, and was wondering how the AppID will work if I'm running the map from Adobe AIR? The ID is restricted to a web address,...
Hi, I'm using the new flex 3.0 yahoo maps api, and I'm interested in how I can get address suggestions. I want to implement a sort of "find as you type"...
I'm getting some very odd behavior. When I try to do a Local Search for something like "coffee", passing in the map's centralLatLon, I get back results in a...
Hi, The GeocoderResultSet object contains an array, "results", that hold each GeocoderResult returned by the geocoder. So say you type in "Redmond" in the...
Can you trace out the centerLatLon and post that along with the URL that is requested to http://maps.yahooapis.com/lsx.xml and the XML result? I'll take a look...
There is a setCenterByPixels method in the AS3 API. This will shift the map by the pixel delta provided. So, you could convert the new LatLon to XY and have a...
I am rather just beginning to investigate Yahoo maps and wondering if there are examples of Yahoo maps with alternate tile sets or overlays derived from WMS...
Hi Zach, I'm using the ActionScript 3 API, and maybe that's what I'm missing. I'm only doing the calls that I posted on that first post of this thread: ...
I think I figured out what was wrong, though I'm still very weirded out by what was going on. My search radius I set to 1600 or so. The API says this value is...
Hi, Using the flex 3 api, how is it possible to set/change the locale, so that for instance the geocoderResultSet returns addreses in Danish and not English? ...
removeAllMarkers() for the marker manager is giving me errors in my Adobe AIR application. The same code for just pure web-apps is working fine. I was...