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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1 - 30 of 250   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
This group has been created as we split the original yws-maps group into both the yws-maps-ajax and yws-maps-flash groups such that we can provide better...
Zach Graves
z.graves
Offline Send Email
Feb 20, 2007
7:15 pm
2
I have a problem trying too add a map in a panel. Simply because the Dom in the YUI and in the Maps API are different. Any suggestion?...
dube.sebastien
Offline Send Email
Mar 5, 2007
4:26 pm
3
I was wondering if its possible to take a bunch of points that are plotted on a map using the Ajax API, then have it zoom in on the most dense cluster of...
expertis2
Offline Send Email
Mar 7, 2007
2:53 am
4
Hello everyone. I am trying to create a polyline based on geopoints I also define in the code. I have used the var map= new YPolyline([geopoint,geopoint....]),...
mihai_pruna
Offline Send Email
Mar 9, 2007
1:48 pm
5
Could you post your code (or a URL link to your application)?...
avr_255
Offline Send Email
Mar 16, 2007
8:51 pm
6
Could you post your code (or a URL link to your application)?...
avr_255
Offline Send Email
Mar 16, 2007
8:52 pm
7
Hello everyone, You can see the issue here: http://metropotam.ro/site_yahoomaps/?show=Hoteluri - Write something in the top search textbox - Use arrows to move...
Andrei Gheorghe
morbid_the_q...
Offline Send Email
Mar 19, 2007
12:48 pm
8
... Use AJAX map v3.4 and map function disableKeyControls() Example: http://api.maps.yahoo.com/ajaxymap?v=3.4.... .... map.addZoomLong(); ...
avr_255
Offline Send Email
Mar 19, 2007
3:21 pm
9
Hi, thanks for the answer! However I want arrow keys to work when the map is focused (and only then). Thanks again...
Andrei Gheorghe
morbid_the_q...
Offline Send Email
Mar 20, 2007
4:05 pm
10
... only then). ... In AJAX v3.4, I could not find an API method to re-enable the key controls once you call disableKeyControls(). I wrote this javascript...
avr_255
Offline Send Email
Mar 21, 2007
6:24 pm
11
... only then). ... In AJAX v3.4, I could not find an API method to re-enable the key controls once you call disableKeyControls(). I wrote this javascript...
avr_255
Offline Send Email
Mar 21, 2007
6:25 pm
12
... here is the poly code. the rest of the program works fine. var HD1=new YGeoPoint(40.7350185185185,-74.04905925925925); var HD2=new...
oneflyboy4u
Offline Send Email
Mar 22, 2007
2:27 am
13
Javascript is case sensitive. Edit the following lines for YGeoPoint. The code works otherwise. var HD6=new YGeoPoint(40.71726296296296,-74.05599259259257); ...
avr_255
Offline Send Email
Mar 22, 2007
2:27 pm
14
Javascript is case sensitive. Edit the following lines for YGeoPoint. The code works otherwise. var HD6=new YGeoPoint(40.71726296296296,-74.05599259259257); ...
avr_255
Offline Send Email
Mar 22, 2007
2:27 pm
15
I'm trying to place a marker when the user clicks on the map. Has anyone been able to access the latitude and longitude on a MouseClick ...
John Kilbride
killer_jpk
Offline Send Email
Mar 22, 2007
6:58 pm
16
... This works: YEvent.Capture(map, EventsList.MouseClick, place_marker); function place_marker(event, p) { alert("Clicked lat=" + p.Lat + " lon=" + p.Lon); }...
avr_255
Offline Send Email
Mar 22, 2007
7:41 pm
17
I have just tried this and it doesn't work. Note that the code works without the polyline, it displays the markers fine. once the polyline is added, the...
oneflyboy4u
Offline Send Email
Mar 24, 2007
2:58 am
18
... v=3.0&appid=kGJr2iPV34GVxVqWZTJ5Wd6mJLIcKUf1vnCEu4CSRg_BtDaH1U6SBfrwCch ... For polyline, use AJAX v3.4 instead of 3.0. and it works: ...
avr_255
Offline Send Email
Mar 26, 2007
5:24 pm
19
Hi, I am using the AJAX api and have been having trouble getting searchLocal() to work properly. When I call searchLocal on a query that contains only a single...
Alex
alexwade_82
Offline Send Email
Mar 26, 2007
7:45 pm
20
Hi, I am now trying to let user add/edit/remove markers on a map. What I plan to do is to capture position of a user click, then add a marker (this bit works...
Xiaobo Yang
xiaobo_yang2004
Offline Send Email
Mar 27, 2007
9:39 am
21
that has to be it! I will try tonight. Thank you....
oneflyboy4u
Offline Send Email
Mar 27, 2007
12:36 pm
22
I posted this question and my last one on the yws-maps forum at different times, but figured I'd duplicate them here in case there's more activity. I would...
Alex
alexwade_82
Offline Send Email
Mar 27, 2007
12:39 pm
23
Hi, further to my last email, I have another two questions below. 1) How to get message displayed in smartwindow of a marker? 2) I have some markers created...
xiaobo_yang2004
Offline Send Email
Mar 27, 2007
1:26 pm
24
All, I asm creating a custom YMarker with a Textbox in the marker so the user may enter some text. However I am trying to extract that text from the marker ans...
daksport2000
Offline Send Email
Mar 27, 2007
3:22 pm
25
... event? ... map. What I ... marker ... clicked or ... See the following: Example: Placing a Marker on a Yahoo! Map ...
avr_255
Offline Send Email
Mar 27, 2007
3:25 pm
26
Thanks for your reply. If I ignore the GeoRSS bit, the only problem left is that how to get "InfoValue" from a selected Marker. For ID, marker.id will get it,...
Xiaobo Yang
xiaobo_yang2004
Offline Send Email
Mar 27, 2007
3:41 pm
27
Anybody know how to keep the autoexpand window for a marker on all the time, ie. don't close on mouseout? I'm using: marker.addAutoExpand("609 Larch Place"); ...
jglyn999
Offline Send Email
Mar 27, 2007
5:28 pm
28
... autoexpand ... Try the MouseOver (or MouseClick) event with openSmartWindow() - example: var swtext = "609 Larch Place"; ...
avr_255
Offline Send Email
Mar 28, 2007
2:03 pm
29
Maybe nobody knows the a fix for this problem, but if you've at least encountered this same problem, can you let me know? I'm trying to decide whether I need...
Alex
alexwade_82
Offline Send Email
Mar 28, 2007
2:26 pm
30
Maybe nobody knows the a fix for this problem, but if you've at least encountered this same problem, can you let me know? I'm trying to decide whether I need...
Alex
alexwade_82
Offline Send Email
Mar 28, 2007
2:26 pm
Messages 1 - 30 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