Hi everyone, I am fairly new to web programming and I was wondering if anyone could explain why I have the following problem with the demo code for Ymaps. The...
Hello All, I have been using Yahoo AJAX maps for a few months but am still learning. I would like to find out if there is a method available that will return...
hi there! i started coding by the help of the yahoo maps api! well i got an appid and played around with your service. well after a while i wanted to try out...
Hi guys, I'm having a problem trying to show a map from within a webpage. The webpage is a detail page showing office center's information, the information is...
I am trying to set up my map, and I want it to point to a subdomain. However, I put the domain in when I registered my key. Will this work and if not, how do I...
Hi, I took the example on the AJAX maps page where it says: "You need at least one div container in which to place the map. Here, it's called "map". By...
hi there im just starting to use yahoo Api's and i would want to know if is possible todo maps search in java. i've tried use a url class but the search result...
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...
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...
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...
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...
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...
Finally: a bright moment. the "distance" method has property "kilometers", "miles" etc. according to the manual. So: var g1 = new YGeoPoint(52.4264895,...
The map.disableKeyControls() and enableKeyControls() functions flip the boolean '_disableKeys' variable but to no effect either way. The arrow keys still move...
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...
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 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 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, Is there any way to load yahoo map script dynamically? In google maps we can use var script = document.createElement("script"); script.src =...