0
votes
1answer
232 views

Places Autocomplete API to get GPS coordinates from address entered

I have an address field in my app where the user needs to enter the required address. I have used google Geocoder to get the GPS coordinates of the address . But now I want to make it easier for the ...
0
votes
0answers
140 views

Bad generated Google Maps API Json request generating http 503 error in Java

I am sending a JSON Request like this to Google Maps API from a mobile app: {"host":"maps.google.com","address_language":"en_GB","request_add[0.0] ress":true,"carrier":"vodafone ...
0
votes
0answers
150 views

Google Places API and Geocoder for creation autocomplete text field

i would like to create a autocomplete text field inside a layout UI of my app, and i would like it to have the same functionality, as the search field as, in google maps. I know that many people ask ...
0
votes
1answer
234 views

How to make search for places in Google Maps?

My app is using Google Maps and I want to make searches by address. How can I do this? I would like my search bar to have autocomplete as well. I'm trying with Geocoder but don't work well. Would the ...
0
votes
1answer
988 views

How to search for cities in an area using Google Maps v3?

I tried to search for all cities within a visible map's bounds. How can I do that? Below is what I tried to do: $.fn.gmap3.geocoder.geocode({ 'address': 'Georgia' }, function(results, status) { ...
2
votes
2answers
668 views

Google Places autocomplete, any way to restrict the location and categories?

Is there any way to filter the Google Places Autocomplete for a specific location and also filter based on categories (like restaurants, malls etc)