Can I find nearby places using the Google Places API for Android (as opposed to the web services API)?

There seem to be a few questions regarding finding nearby places within the radius of your current (or indicated) location through the Google Places API. Most of the answers seem to use a web services API similar to this . However, I did not find the answer by doing this through the Google Places API for Android. Is it possible?

I saw that at least 2 years ago the iOS API did not support this (if I understand the following answer correctly ). Is this still true? And the situation is the same for Android?

Looking at the Developer's Guide , this seems to offer this, as I don't see it in the list of tutorials.

+4
source share

Source: https://habr.com/ru/post/1687809/


All Articles