-4

我正在尝试制作一个 android 应用程序,我想在其中显示用户的位置以及该位置周围的访问地点。假设我在某个位置附近,我想发现我周围的热门地点,那么我应该如何开始我不知道从哪里开始?任何帮助将不胜感激。谢谢。

4

1 回答 1

0

您可以使用 Foursquare API 根据用户位置获取热门地点信息。http://developer.android.com/training/location/index.html

要获取 User Location ,您应该阅读 android 官方文档。http://developer.android.com/training/location/index.html

于 2016-01-31T17:34:28.640 回答