如何通过调用 Intents 让我所在位置附近的餐厅,如何做到这一点,我通过 Intent 做了谷歌地图,
Intent intent = new Intent(android.content.Intent.ACTION_VIEW,
Uri.parse("http://maps.google.com/maps?saddr=&daddr="));
startActivity(intent);
类似的方式是有任何直接的http链接来获得餐厅。任何人都帮我..