Ajax version of map seems to leak a lot of memory when used with IE7. I found that I could use YEvent.ClearAll(marker) before removing marker from map to...
Hi I am also experiencing the same problem with memory leakage using the removeMarkersAll and removeOverlay functions. It appears to be particularly evident...
Hello, I've been using the Yahoo Ajax Map API for well over a year, starting with version 3.0. It's been easy to use and has worked very well. Thank you and...
Maybe I am missing something, but an overloaded YGeoPoint method is definately needed here. Something along the lines of: var point = new YGeoPoint('some...
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...