嗨,我开发了一个应用程序,它使用 google-places API 来获取附近百货公司的列表。这很好用,我正在使用本教程来获取这些位置,但现在我需要为此添加一个更多功能,即;是否可以获得特定城市中所有百货商店的详细信息,如果可以,如何做到这一点。
如果不可能,该怎么做。我已经搜索了互联网,但我找不到任何有用的东西。
To summarize I need to have 3 buttons in my app.
1. Displays the map which displays the nearby department stores.
2. Displays the nearby stores in the form of a list.
3. Displays the list of stores in a particular city.
我是 Android 新手,不明白如何完成上述所有操作。如果有人可以指导我或发布一些教程,我将不胜感激。
谢谢。