简体   繁体   中英

i need to search Restuarants from google maps places via Intent?

how to get restuarants near by my location via calling Intents ,how to do that i did google maps via intent like,

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

similar way is there any direct http link to to get restuarants. help me any one..

您可以使用Google Places API在特定位置附近(例如您的案例餐厅中)搜索附近。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM