Google Places API filter [duplicate]

0

I wonder if there is any way to filter places such as "academies" using Google Places? Because the idea is to take and use the data of these places.

    
asked by anonymous 24.01.2017 / 22:03

2 answers

0

I think Guilherme's response to how Send address to search on Google Maps serves you well, but you would need some details about the Types of Locations that Google Place allows for search.

This page has a list of allowed values for the types property in Google Places API . Table 1 lists the types that can be used for site searches and additions. Table 2 lists the additional types that can be returned in site search results. The Table 3 lists the types that can be used in place autocomplete requests.

    
24.01.2017 / 23:44
-1

Good afternoon.

After searching a lot, I found this tutorial:

link

These are services calls with Retrofit + Maps.

Thank you! =)

    
25.01.2017 / 21:42