Reputation: 172
I have implemented Google places search.
The problem is that i want to identify that the list of locations returned by the API do contain any airport in it.
As per documentation Google Place do support only these types to identify the place type
There is no airport in the list.
Any idea how can i do it ?
Upvotes: 2
Views: 2144
Reputation: 894
Your list might be incomplete. According to https://developers.google.com/places/supported_types there's "airport" in it as well.
Upvotes: 4