0

如何通过调用 Intents 让我所在位置附近的餐厅,如何做到这一点,我通过 Intent 做了谷歌地图,

Intent intent = new Intent(android.content.Intent.ACTION_VIEW, 
                Uri.parse("http://maps.google.com/maps?saddr=&daddr="));
                startActivity(intent);

类似的方式是有任何直接的http链接来获得餐厅。任何人都帮我..

4

1 回答 1

1

您可以使用google places api搜索附近的地点,例如特定位置附近的案例餐厅。

于 2012-07-11T10:14:08.840 回答