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...
6495
TheAfroAngel
mbeng_n
Apr 7, 2008 9:08 pm
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...
6496
mbeng_n
Apr 7, 2008 9:08 pm
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...
6497
fritz.gaschler
Apr 7, 2008 9:09 pm
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...
6498
vanevery
Apr 7, 2008 9:09 pm
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...
6499
DT
dj_don_t
Apr 7, 2008 9:11 pm
can someone explain what this error means. " <anonymous>()[/Users/zachg/Documents/yahoomaps/YahooMap/src/com/yahoo/net/Connection.as:69]" it seem specious. it...
6500
Alan Brown
adbrown1967
Apr 7, 2008 9:48 pm
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...
6501
rostom_a
Apr 8, 2008 5:46 pm
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...
6502
rostom_a
Apr 8, 2008 5:57 pm
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...
6503
gavin_stark
Apr 8, 2008 9:49 pm
Is the applicable time zone for a given location available in any form of the Yahoo Maps API?...
6504
mdrisser
Apr 8, 2008 9:50 pm
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...
6505
Zach Graves
z.graves
Apr 9, 2008 12:17 am
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...
6506
Zach Graves
z.graves
Apr 9, 2008 12:21 am
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...
6507
Zach Graves
z.graves
Apr 9, 2008 12:23 am
Try setting a centerLatLon before setting a zoom level. Which version are you using? ... ...
6508
rostom_a
Apr 9, 2008 4:15 am
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",...
6509
augusto_pirovano
augusto_piro...
Apr 9, 2008 9:32 am
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:...
6510
dedecker.koen
Apr 9, 2008 5:12 pm
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?...
6511
joejigga24
Apr 10, 2008 4:15 am
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...
6512
yanncorno
Apr 10, 2008 4:03 pm
Does anyone know where to find the description of the parameters passed to the YEvent callbacks? I cannot find them in the technical documentation: ...
6513
yanncorno
Apr 10, 2008 4:03 pm
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...
6514
avr_255
Apr 10, 2008 7:13 pm
XML is case sensitive. See: http://developer.yahoo.com/maps/simple/V1/reference.html Example: <ymaps:Groups> <group defaultViewNumbered="true"> ...
6515
avr_255
Apr 10, 2008 7:28 pm
Take a look at this example: http://tech.groups.yahoo.com/group/yws-maps/message/5716...
6516
rostom_a
Apr 10, 2008 8:17 pm
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...
6517
felix.jacobson
Apr 10, 2008 10:06 pm
When will this be fixed?!? Thanks...
6518
rostom_a
Apr 11, 2008 12:35 am
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...
6519
Debajyoti Dutta
debajyoti32
Apr 11, 2008 5:15 pm
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,...
6520
Alan Brown
adbrown1967
Apr 11, 2008 5:29 pm
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...
6521
rostom_a
Apr 12, 2008 6:23 am
I love how I just seem to be asking and answering my own posts here....it39;d be nice if there was more chatter here. Anyways, I made a tad bit of progress with...
6522
yanncorno
Apr 12, 2008 9:58 am
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...
6523
rostom_a
Apr 12, 2008 8:02 pm
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:...