danielsp3000

Results 3 comments of danielsp3000

è necessario prima fare Rebuild dei progetti **dgca-app-core-android** e **it-dgc-verificac19-sdk-android**

There is a bug with this modification. Try this ``` lat_lng = {'lat': 45.522217, 'lng': 9.214968} query_result = google_places.nearby_search( lat_lng=lat_lng, radius=30, rankby='distance', types=[types.TYPE_RESTAURANT]) ``` this returns only restaurants, while if...