Hey all I am just finishing a project that is being inserted into another flash container and none of the text is coming up. I believe this is because I have...
Hi, Is there a way to make the map loop horizontally so you can;t see the grey areas? like a tiling/wallpaper effect? I'm using the latest version of the...
Hi guys, I'm using the yahoo map API in flash AS2 and was wondering if there was a way to make the map wrap around so it never ends horizontally? or limiting...
hi! i want to geocode a address with the yahoo api ! is there an example anywhere how to do it? want to do it like in google maps. just typing in an address...
Greetings folks, I am developing a mobile application and would like to integrate functionality for a user to specify their location by marking it on a map. I...
can someone explain what this error means. " <anonymous>()[/Users/zachg/Documents/yahoomaps/YahooMap/src/com/yahoo/net/Connection.as:69]" it seem specious. it...
The AJAX api wraps around . if that's a critical property for you. If you're developing in FLASH, it's recommended that you use the AS3 api rather than the...
Even though you may be using localhost locally, when you connect to Yahoo's services (i.e. Maps) Yahoo sees you as just another node on the internet. This...
Hello All, I am trying to make use of the "defaultViewNumbered" attribute with my GeoRSS mapping feed. But regardless of whether I set it to true or false it...
Hi all, I'm having some baffling problems with YMarker and I'm beginning to think that it has something to do with the 3.8 release. I've searched the group for...
Hi, currently the Flash APIs do not wrap the map. Look forward to it coming in a future version of the new AS3 API. Thanks Zach ... api rather ... Behalf...
Could you post some code? Judging by the stack trace alone it looks like something in the map wasn't initialized properly. but seeing some of your code will...
Hi All, I am having a problem getting ymaps:ExtraLink to work in my GeoRSS XML file. Under the parent element of "item" I have "title", "link", "description",...
Hi, I'm still trying to understand the cause of my application leaking memory.. Today I made a simple test: I loaded a simple AJAX map (for example:...
Hi! I'm trying to get the distance (using roads, not a straight line) between two points, which I can only define by address. Is there an easy way to do this?...
Is it possible to have the html content given to a SmartWindow be able to display outside the width of a map div? I've tried several thing but have been...
Does anyone know where to find the description of the parameters passed to the YEvent callbacks? I cannot find them in the technical documentation: ...
I am new to YMaps, but my guess is that you need an YGeoPoint to place your marker. To get the latitude and longitude values, you may use another API, the...
Ah I see. The problem I think lies more with how Yahoo provided the sample XML at the bottom of that reference page that you provided. You will notice that it...
FYI: Fixing the capitalization had no effect. I am still experiencing the same issue. I am starting to think that the attribute "defaultViewNumbered" and the...
I have two doubt 1) can thereany way to get geocode(lat,lon) by passing an address 2)The following code does not show me the lat,lon YEvent.Capture(map1,...
There's an announcement on http://ylocalblog.com/ about the improvement of satellite image resolution on our consumer maps as of yesterday - by a factor of 4...
I love how I just seem to be asking and answering my own posts here....it'd be nice if there was more chatter here. Anyways, I made a tad bit of progress with...
I am just beginning with YMap, but I had a similar issue, and came to the following conclusions: - there is no easy way to get a YGeoPoint from an address - it...
In regards to using a custom marker, you can use the "BaseIcon" element on a "group" element to specify a custom icons for all markers in the same group (NOTE:...