google-places-api-java icon indicating copy to clipboard operation
google-places-api-java copied to clipboard

Comprehensive and FULL Java client for the Google Places API

Results 29 google-places-api-java issues
Sort by recently updated
recently updated
newest added

Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'. > com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex

Hi, I'm trying to use your library in my project and encounters in following issue: i can't run the function getNearbyPlacesRankedByDistance more then two times. Here is my function: public...

How to query search autocomplete google place api in only country? Thank you?

Try to read places api key from Environment Variables in tests before read it from places_api.key. This allow build in travis without add the places_api.key file.

Does anyone know whether this module works on Google App Engine? If not, is there anything required to make it work? Thanks!

Hi, Getting exception when deploying application into GAE container: Caused by: java.lang.NoClassDefFoundError: javax.naming.ldap.LdapName is a restricted class. Please see the Google App Engine developer's guide for more details. at com.google.appengine.tools.development.agent.runtime.Runtime.reject(Runtime.java:51)...

GooglePlaces client = new GooglePlaces("AIzaSyBCrma-NlTle8p1_bE5UqR4CxZWO77ct84"); List places = client.getNearbyPlaces(38.897676,-77.036530 ,10000, 100);

hello please if someone can explain me how i get photo of place i use this fuction if (!findPlace(client.getNearbyPlaces(TEST_PLACE_LAT, TEST_PLACE_LNG, MAXIMUM_RADIUS, MAXIMUM_RESULTS, TypeParam.name("types").value(Types.TYPE_BEAUTY_SALON)), TEST_PLACE_NAME)) /// private boolean findPlace(List places, String...

While experimenting with the library, I found that on the third getNearbyLocations call the GooglePlaces object hangs the thread. However, if I instead initiate a new GooglePlaces object every 2...

Good morning, First congratulate you on your work. Good simple and functional API. A question like I can search for points based on more than one search criteria. Javascript API...