I have downloaded the YahooMap.swc component and added in my Flex 3.0 Application. Application works fine as of now. But now i want to add the CustomSWFMarker...
I want to display the custom background instead of default yahoo map background in my application. Is there any option to set the custom tile? Can i set the...
It depends on which API you're using. Are you using the MapImage API? -Alan _____ From: yws-maps@yahoogroups.com [mailto:yws-maps@yahoogroups.com] On Behalf ...
I found a workaround to do this in the AJAX API: having markers displayed on a grey background. You just have to request a map type that doesn't exist! And...
Hi Alan, Yes I'm using the MapImage Api! Thank's in advance! Martin ... -- GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen! Jetzt dabei...
Hi everyone, What would cause a marker to throw "this._marker._map is undefined". I even removed the YEvent.Capture and clicking the marker still causes an...
I thought I should make people aware of a new API available in Beta form at Yahoo!, called the "Internet Location Platform". It's not a geocoder, in that it...
I should mention one more link: http://developer.yahoo.com/geo/ has some useful examples to get you started. [Non-text portions of this message have been...
You are mixing the docs for the AS2 component with the new AS3 api. There is no CustomSWFMarker class in the AS3 API, however you can extend the Marker class...
Hi Alan, I tried the example in the API docs, but they seem not to working I am getting an error like <error yahoo:uri="http://www.yahooapis.com/v1/errors/406"...
... Hi, I'm doing something similar at present. What i have found is that you have two options. Either you can use the AJAX api, or you can use the GeoCode...
Hi, I'm using the geocode api and it seems to me that the api is created towards american users(the need for statename in many of the address parameter...
Hi Thomas: I had the same feeling too: there is no "country" parameter! :-( It seems Yahoo forgot the meaning of the first 'w' in 'www' ;-) The only way I...
I went through the examples on that page ( http://developer.yahoo.com/geo/ ) – they all work from my machine at this moment. Could you try again – and ...
I have a question about how to page through results coming from the Yahoo! Internet Location Platform (http://developer.yahoo.com/geo/guide/) -- specifically...
A, This issue is due to what appears to be a bug in IE -- it is sending incorrect headers and requesting content of a type the service does not offer. Try...
hello experts, I am new in yahoo map and in my application i am placing 10 markers according to lat lon position ,on these markers i want pop up a smart...
Hi group, just whipped up a new test app for this API. http://www.transpomans.com/zcmap/yget.php (ymap and gmap versions...) tetonpost@... Jim Hamilton...
Update... Added a Microsoft Virtual Earth version to the mix. It's interesting to see how the "bounds" returned by the API are more noticeably off center in...
When using my own xml file or the sample xml file used in the intro to the simple map API I receive the following XML error: XML Parsing Error: mismatched tag....
There is a bug in Yahoo's api.maps.yahoo.com/ajax/georss parser. If there are only two items in the RSS feed, georss returns an incorrect GEOBOX value. This...