Tagged Questions
Yahoo! Maps is a free online mapping portal provided by Yahoo!.
4
votes
5answers
6k views
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 ...
2
votes
2answers
245 views
google maps api geocoding
This question is regarding the google Maps API geocoding, I'm able to geocode an address and show the location, but this works when the address is valid.
When it's not valid(there is an error),right ...
2
votes
6answers
1k views
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 ...
1
vote
1answer
71 views
Plotting 500 US cities to a map
I have 500 US cities in a MySQL table. I have the city name, state, longitude and latitude. I want to visually see these cities plotted on a map of the US.
How can I do this? Are they any free tools ...
1
vote
1answer
259 views
YAHOO! Place Finder API
Is there a way to get all of the POI (Points of Interest) and AOI (Areas of Interest) lets say for a specific state.
I would like to be able to auto-complete while someone is typing if it contains ...
1
vote
2answers
154 views
do i need an api key for yahoo maps and if so hwo do i get it?
i wanr to add yahoo maps to my web page do i need an api key?
1
vote
1answer
230 views
Custom map data providers in Google Maps for AS3
I'm using Google Map component for AS3 and I want to display map data, provided by OpenStreetMap, Bing Maps, and Yahoo Maps. Is this permitted by Google and these map data providers?
I have created ...
1
vote
0answers
238 views
How to generate yahoo local search query in android?
I am using yahoo local search in my android application. Everything works fine. I have a static sample query for yahoo local serach which is given for demo use.
...
1
vote
2answers
273 views
Suitable map API for tracking
What is the most suitable map API for vehicle tracking and fleet management service?
FYI, from Google map terms of service-
License restricted for- (c) dispatch, fleet management, business asset ...
1
vote
1answer
156 views
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 ...
1
vote
0answers
143 views
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/
0
votes
2answers
34 views
Show location on Yahoo maps using lat/long
I have latitude and longitude , for example -25.363882, 131.044922(taken from google maps example). How can I show the location on Yahoo maps using the longitude and latitude?
0
votes
0answers
60 views
Yahoo map with directions [closed]
I am trying to implement a Yahoo Map Application. I have 2 text fields where I enter the places eg, A AND B, but when I submit, the Yahoo Map should be shown along with the all possible directions and ...
0
votes
0answers
61 views
Yahoo local search API question
I'm using Yahoo local search in my application. I'm trying to figure out how does zoom/radius feature work...I couldn't find much explanation on the yahoo developer network...
the question is what is ...
0
votes
1answer
173 views
How can I lookup for City, State using Zip or Postal Code throughout world using any API or web service with PHP?
How to get City, State From a Zip or Postal Code throughout world using any API or web service with PHP. I have tired Google Maps Ge coder API it works fine for US, Canada but not for UK and Mexico ...
0
votes
2answers
83 views
yahoo maps api curl settings
How should I configure cURL to retrieve data from the yahoo maps api?
Here is the current code
curl_setopt($ch, CURLOPT_TIMEOUT, 5000);
curl_setopt($ch, CURLOPT_URL, $geocodeurl);
curl_setopt($ch, ...
0
votes
1answer
36 views
Yahoo Maps Setting Smartwindow Dimensions
Title says it all - i am looking to be able to change the dimensions of smartwindows I have set to appear whenever a given marker is clicked. The default sizing mechanism is not producing windows ...
0
votes
2answers
182 views
Problems making nodejs client for yahoo placemaker api
I need to make a nodejs client application that can send a POST request to YAHOO Placemaker API. I spent 1 day on this with no success so far. I see the http packets in Wireshark and it doesn't ...
0
votes
1answer
70 views
Billing users for viewing maps?
Both Google and Yahoo allow the commercial use of their Maps API so long as users may view the maps for free. Does any provider allow customization of their maps and charging users to view it?
0
votes
1answer
29 views
custome css in google/yahoo map
how to generate cutom marker and icons like trulia in google/yahoo maps
0
votes
1answer
157 views
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 ...
0
votes
2answers
297 views
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 ...
0
votes
1answer
268 views
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 ...
0
votes
1answer
68 views
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 ...
-1
votes
1answer
49 views
Is there a maps API that will show closest residential locations? (google places?)
I have a mobile app where I need try and predictably guess which residential location the user is standing in front of. (Not businesses)
I see the google places api, but it doesn't look like it does ...