yahoo-maps

Is there a way to access the Bing Maps geocoding API via REST?

Is there a way to access the Bing Maps API via REST to obtain geocoding information from an address? This is something that's trivial to do with Google and Yahoo; what I'm looking for is functionality like this, from Yahoo: http://developer.yahoo.com/maps/rest/V1/geocode.html (Specifically, see the sample request URL on that page, but...

need a mapping service like google maps - but for my intranet

i have built a solution around google maps api but realized that it doesn't work when i deploy it to my intranet. after reading it seems like you need the premier service for this. Is there any other similar maps api tools that you can use free on your intranet website? EDIT: from what i have read it seems like Yahoo allows you to u...

when using yahoo maps the "X" (close button) in the smart window is showing up on the upper left

i am using code right out of the examples in yahoo maps api, but when i click on a smart window i get the close button (x) in the upper left. the only thing i am changing is the html in the smart window but i dont understand why that would affect the location of the close button. also, i dont see any documentation on how to change thi...

Yahoo maps not displaying in IE 8

Anybody know whats going on? I think this isn't just a problem for my mash. Yahoo maps india doesn't work either: http://in.maps.yahoo.com/ ...

Flash Yahoo Maps has stopped working?

In the past week it appears that Yahoo has changed their crossdomain file to only accept Yahoo domains (http://maps.yahooapis.com/crossdomain.xml): This is causing my applications that use Yahoo Maps to stop working (i.e. security exception). I cannot proxy the calls to Yahoo because the URL is embedded in...

How do I get local business results using google maps API

Is there any google/Yahoo/Bing API which gives local business results based on a ZIP/GeoCode of a location? If yes, please let me know. If Google Maps has such service, please let me know what where do I get a reference regarding that? ...

Div resizes when using jQuery UI tabs

Hi folks, I hope we can find a way to fix the problem I'm experiencing. Problem: One of my divs (id='main_map' in the map.php page) does not display with the height and width specified in my css. However, when it first loads the page/tab, the div has the right size but not when I click on the tab (map tab). I'm using jquery-ui.js and ...

How to integrate Yahoo map in ASP.Net website

How to display yahoo static map in gridview if we pass address as query string? Also please tell how to display dynamic yahoo maps also. I have searched about yahoo maps and got the following links http://developer.yahoo.com/flash/maps/examples.html, http://developer.yahoo.com/maps/rest/V1/ and http://developer.yahoo.com/maps/. I did not...

How to integrate Yahoo static map in ASP.Net website

How to display yahoo static map in ASP.Net gridview control? The address for loading the map will be present in one of the columns of gridview and based on the address of each row the static map has to be displayed on each row. ...