Search the web
Sign In
New User? Sign Up
yws-maps-ajax · | Yahoo! Maps Ajax API
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 42 - 71 of 250   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
42
I have a Java Application that uses an embedded web browser to display the JavaScript I wrote that contains a Yahoo Map. I need the java application to be kept...
elafave
Offline Send Email
May 4, 2007
11:51 am
43
... display ... See articles about AJAX and JAVA web applications, e.g.: Asynchronous JavaScript Technology and XML (Ajax) With the Java Platform ...
avr_255
Offline Send Email
May 4, 2007
2:00 pm
44
Hi, I'm having trouble using the searchLocal method of YMap if my query contains embedded spaces map.searchLocal(pt, 'grocery stores', 1, 10); I've tried ...
Wengyik Yeong
ewcu2000@...
Send Email
May 7, 2007
2:37 pm
45
... query ... See: http://tech.groups.yahoo.com/group/yws-maps-ajax/message/33 _____________________________________________________________________ ... flight...
avr_255
Offline Send Email
May 7, 2007
8:51 pm
46
Thanks, applying encodeURI twice did the trick. ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best...
Wengyik Yeong
ewcu2000@...
Send Email
May 7, 2007
9:39 pm
47
I am having no problem adding multiple YGeoRSS xml overlays. I have absolutely no idea how to get rid of them. I assumed removeOverlay would get me there,...
jasonknkl
Offline Send Email
May 11, 2007
8:25 pm
48
Own the Internet ……..Make money via the Internet Please access to this page http://www.ownthenet.net.tc/ and read the subject matter it will not take more...
agloco_biz
Offline Send Email
May 14, 2007
9:43 pm
49
is there a way to export that? YEvent(onmouseover) I think works when the cursor is over a certain marker, but what I need is every time the mouse moves to...
oneflyboy4u
Offline Send Email
May 15, 2007
10:40 pm
50
... have ... removeOverlay ... You would think that map.removeOverlay(myoverlay) should work but it doesn't....
avr_255
Offline Send Email
May 16, 2007
2:32 pm
51
... Use javascript mousemove event to get X,Y location (pixel) of cursor then convert the X,Y to lat/long with Yahoo AJAX API YMap method convertXYLatLon(). ...
avr_255
Offline Send Email
May 16, 2007
2:44 pm
52
thank you, I will try that!...
oneflyboy4u
Offline Send Email
May 18, 2007
3:48 pm
53
I'm developing a locator module within the .NET web portal framework DotNetNuke <http://www.dotnetnuke.com> . When I show the map, it often times will only...
dukesb11
Offline Send Email
May 22, 2007
3:08 pm
54
... framework ... often ... Once you ... even ... ('dnn_ctr373_ZipLocator_divMap'));map.addTyp\ ... (YAHOO_MA\ ... code ... to ... { var ... (address.rep\ ... ...
avr_255
Offline Send Email
May 22, 2007
9:15 pm
55
When I drag the map around, is there any way to get the Lat/Lon info the the center point, and show such info somewhere on the web page? Please help, a demo...
golden360vr
Offline Send Email
May 27, 2007
3:38 am
56
I don't feel like to have this function, instead a longer slider zoom control is better. I have been used to use the mouse wheel to scroll the web page, not to...
golden360vr
Offline Send Email
May 27, 2007
3:48 am
57
I found it. map.disableKeyControls(); Thanks....
golden360vr
Offline Send Email
May 27, 2007
4:57 am
58
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the yws-maps-ajax group. File :...
yws-maps-ajax@yahoogr...
Send Email
May 27, 2007
5:08 am
59
... Hi, Here is a simple example that displays the center of the map each time you click on it : <div id="mapContainer"></div> <div id="mapInfo"></div> <script...
marclebel81
Offline Send Email
May 27, 2007
9:30 am
60
Hi, I just wonder why there seems to be an image of the map can not be downloaded. Please see the image for screenshot. My browser is IE6, on XP. ...
golden360vr
Offline Send Email
May 27, 2007
10:45 am
61
Hi marclebel81, Thanks so much. It solve 99% of my problem. I find that the Lat/Lon infomation does show up once I click the map, and only if I click the map. ...
golden360vr
Offline Send Email
May 27, 2007
11:11 am
62
Hi, I've got a map with a 'home' marker on it and a smartWin that opens and lets you enter another address to add a second marker to the map. I can draw a...
dvidluca
Offline Send Email
May 29, 2007
8:16 pm
63
Hi, I would like to know if it's possible to fill a polyline whith ajax API. Any help will be greatly appreciated. Thank you in advance, Damien....
damien.giannelloni
damien.giann...
Offline Send Email
May 30, 2007
9:15 am
64
... API. ... The current Yahoo AJAX map API v3.4 documentation does not describe any method to shade a polygon area with color. (Polygon fill is available in...
avr_255
Offline Send Email
May 30, 2007
2:33 pm
65
... opens and ... I ... the ... How ... (optimally ... service ... With start and destination addresses, you can simply create a URL link to Yahoo for driving...
avr_255
Offline Send Email
May 30, 2007
2:50 pm
66
Is there an alternate solution that may work instead? Did anyone else get removeOverlay to work? Also is there an alternate approach to addOverlay if...
satya_balijepalli
satya_balije...
Offline Send Email
Jun 14, 2007
3:12 pm
67
... else ... The Ymap method removeOverlay() works if the overlay is an object such as a marker. It doesn't seem to work if the overlay is YGeoRSS (xml source)...
avr_255
Offline Send Email
Jun 14, 2007
7:33 pm
68
When I build a map with a lat/lon YGeoPoint, I can retreive the center lat lon with map.getCenterLatLon. But when I build the map with an address,...
phase2maps
Offline Send Email
Jun 15, 2007
12:32 am
69
... center ... lon ... To get lat/lon of address strings, use the Yahoo Geocoding API: http://developer.yahoo.com/maps/rest/V1/geocode.html...
avr_255
Offline Send Email
Jun 18, 2007
2:45 pm
70
Hi, I posted an email about this a long time ago, and I never received a response. EventsList.MouseDown on a marker (or a smart window over a marker) never...
Adam Leonard
dogtown08
Offline Send Email
Jun 19, 2007
3:34 am
71
... a response. ... never calls the ... Safari 3 beta, and Firefox ... the marker ... It also does not work with IE6....
avr_255
Offline Send Email
Jun 19, 2007
7:57 pm
Messages 42 - 71 of 250   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help