0
votes
0answers
5 views

Maps directory API troubles

I am trying to build a directory with google maps. I have been reading about google places library here https://developers.google.com/maps/documentation/javascript/places over and over again but ...
1
vote
0answers
90 views

Get list of all intersections in a city

What is the best source and way to get a list of all intersections in a major city?
0
votes
2answers
312 views

New Google API Key “Google Maps API v3” doesn't work for Google Places API?

I am working with the Google Places API (https://developers.google.com/places/documentation/search), and have generated a new Google API Key with 'Any IP Allowed'. When I try to get the results of the ...
0
votes
1answer
147 views

Adequate Places API for travel app

I'm looking for a place API that can be used with a map API. Here are three APIs I've been thinking about: - Google Maps/Places: https://developers.google.com/maps/ - Microsoft Bing: ...
0
votes
1answer
252 views

places Autocomplete return incorrect coordinates

Yesterday I found weird problem in Places Autocomplete feature. I couldn't find solution so I start over from the begining. I check google example: ...
0
votes
2answers
1k views

getting Latitude And Longitude From Pin Code

My question is similar to this question here. Given a pincode (for some indian cities) I want the latitude/longitude of the location. is there any service that would provide this ? places api? google ...
-1
votes
1answer
167 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 ...