我需要通过Intent从谷歌地图搜索餐馆吗?

时间:2012-07-11 09:58:08

标签: android google-maps android-mapview android-maps

如何通过调用Intents来获取靠近我的位置的restuarants,如何通过意图做谷歌地图,

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

类似的方式是有任何直接的http链接来获得restuarants。 帮助我任何一个..

1 个答案:

答案 0 :(得分:1)

您可以使用google places api在特定位置周围的餐厅餐厅附近搜索。