I'm not totally clear on what you are saying here, but I was suggesting that he NOT use the removeAllmarkers method, or any other remove method. Instead, you...
I am dynamically creating a GeoRSS feed from my SQL db based on a users input and their location then posting the java back into my page. The map loads fine,...
The Y! devs probably won't touch this question. Your best bet is to somehow get directly in touch with a Y! manager. My guess is that this is a violation of...
Hi All, I'm using the Yahoo Maps API successfully on a website, but a user has pointed out that the partial UK postcode CF1 (Cardiff City) 'doesn't work'....
Ok, we've updated the apiloader.js for version 3.5.2 to set the allowScriptAccess parameter in the embed code to "always". This is due to the latest security...
Hi guys, Does anybody knows how big is the map span in latitude and longitude for a given zoomlevel. I'm developing my owner mobile app with yahoo maps and...
Hi all, i'm totally new to all those ajax stuff, but wish to make an application (Flex?) or just a web page (to get started, at least) with an custom poi layer...
Keep in mind that the "map.addOverlay(new YGeoRSS..." is going to be executed asynchronously. In other words, your alert('stuff happened!') is going to appear...
Hi Scott. Thanks for the reply. But what if i want to create a set of geopoints and a corresponding set of markers on a map? Do i geocode an adress, center the...
hi all, I copied the code available at http://developer.yahoo.com/maps/flash/jsGettingStarted.html ... and it displayed the map in my web page .. Now I wanted...
hey guys, I'm trying to signup for an Application ID but I cannot get it to work because my entire application resides behind https. The signup process *only*...
Although I am a programmer I am new to web technologies. I am trying to understand what I think should be the simplest way to use Yahoo's mapping capability,...
I'm a little confused: to apply for an app id, you need to go to the page only once, via a browser - you get the id, and then use it in your application. It's...
Hey Alan, That makes sense that the API's themselves do not use https; it is expensive and not really necessary. What I'm having problems with is actually...
Oh - I sorta' see what you're saying. I've forwarded the message to one of the people who has worked on the app id registration page, to see if he has a...
thanks alan! I do appreciate that. I'll wait and see what they say. I was going to see how far I could work around that issue by allowing the yahoo app-id...
thanx Zach ... It worked by reducing the zoom level .. :) BTW i have another query .. i wanna get direction of driving in my map How can i get that ?? there...
Hi Thomas: Don't do this, it will be way too slow and cumbersome. My suggestions: Solution #1 (untested): Use the YMap.geoCodeAddress() function. Note that...
Hi everyone, I have a problem about the Yahoo! Maps AJAX API . How can I add the function of driving directions to the yahoo map Is it possible to do it now? ...
My site with yahoo maps worked for several months, suddenly on one of my powermacs the maps did not show up anymore. on other computers they still work fine. ...
Hi there, I'm interested in developing a webpage with an embeddable Yahoo! map. As I was about to register, I noticed that at the bottom of the registration...
This is really refers to other Yahoo! web services - i.e., if you make use of a Yahoo! Mail web service, of course you'd need users to log in with their Yahoo!...
Driving directions are not currently exposed via the Yahoo! Maps AJAX API. You can link to the http://maps.yahoo.com <http://maps.yahoo.com/> with origin and...
Hi friend. Thanks for the reply. I've already become savvy to the geocode API, and started working og a solution via this. For those of you wondering, the...