I do not want the entire group seeing these photos.Because some may recognize me. Here's the link: http://lovelyssy.zoomshare.com/files/photos.htm Enjoy babe...
Hello. I am trying to calculate the difference between the bounds of my map. When I call the getBoundsLatLon() function she seems not to get me an object with...
HTML clipboard @Many Jobs in your hand "IT & NON-IT" Apply now@ Are looking for good job so hurry-up! For details :: http://jobsday2day.blogspot.com ...
I just wanted to add that I don't think I'm creating the object properly. When I do this: var marker = new YCustomOverlay(new YGeoPoint(Lat, Lon)); (Lat and...
Hi :) I'm working with YCustomOverlays but I'm not able to get the lat nd long from the object once it's created :(. The weird part is that I can actually...
Hi all, Is there any way to load yahoo map script dynamically? In google maps we can use var script = document.createElement("script"); script.src =...
I do not want the entire group seeing these photos.Because some may recognize me. Here's the link: http://higihl.zoomshare.com/files/photos.htm Enjoy babe :)...
Hi All, I am developing a web application, in this i have to perform these two tasks, i) Javascript API calls for optimum routing based on start/origin and...
I'm wondering how i can show custom markers (just change the default icon really) on my Yahoo Map (Ajax) when using GeoRSS. I have the following code but i...
Hi, I have a simple question, I'm starting to migrate a Web application from Google Maps to Yahoo Maps and I want to use the AJAX API but I cannot seem to find...
The map.disableKeyControls() and enableKeyControls() functions flip the boolean '_disableKeys' variable but to no effect either way. The arrow keys still move...
Finally: a bright moment. the "distance" method has property "kilometers", "miles" etc. according to the manual. So: var g1 = new YGeoPoint(52.4264895,...
So far, I came up with: var g1 = new YGeoPoint(52.426520,4.839082); var g2 = new YGeoPoint(52.354187,4.929902); var d = g1.distance(g2); I just want the var d...
Hi there, anyone know if it's possible to create a distance calculator with the Ajax API? Been searching the Developer Network site all night long, but I could...
Just wanted to add a link to show you an example. From one of the examples from yahoo if you print from internet explorer it prints it in squares. Right click...
Printing the map using standard window.print() in javascript has suddenly started printing funny. It only print a small section of the map with the square...
Is it possible to retrieve driving directions with Yahoo AJAX Maps API? If so, please can somebody share a code snippet or point me to the documentation ? If...