Re: [android-developers]How to get the data from LBS?

2010-12-29 Thread Faheem Khatri
@mohammad shankayi Which api u're talking about? On Wed, Dec 22, 2010 at 8:27 AM, mohammad shankayi mohd...@gmail.comwrote: i think you must use google maps API ... it may have this useful info as a layer... sincerely mohammad shankayi On Wed, Dec 22, 2010 at 05:40, kevens hao

Re: [android-developers]How to get the data from LBS?

2010-12-29 Thread jaxn gao
Google has provide Google Places API for users to get location information. But it needs a Google AdSense account before using this api. I try to register a AdSense account but it is failed. 2010/12/29 Faheem Khatri faheemkhatr...@gmail.com @mohammad shankayi Which api u're talking about?

Re: [android-developers]How to get the data from LBS?

2010-12-29 Thread Faheem Khatri
same happend with me too, Bad luck :( On Thu, Dec 30, 2010 at 10:57 AM, jaxn gao gaoj...@gmail.com wrote: Google has provide Google Places API for users to get location information. But it needs a Google AdSense account before using this api. I try to register a AdSense account but it is

Re: [android-developers]How to get the data from LBS?

2010-12-23 Thread mohammad shankayi
i think you must use google maps API ... it may have this useful info as a layer... sincerely mohammad shankayi On Wed, Dec 22, 2010 at 05:40, kevens hao ithjf.kev...@gmail.com wrote: Like Foursquare, I want to develop an application which can get the location and get the useful info(hotel,

[android-developers]How to get the data from LBS?

2010-12-21 Thread kevens hao
Use LBS, how to get the data? For example, hotel, restaurant, groggery info and so on. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

Re: [android-developers]How to get the data from LBS?

2010-12-21 Thread TreKing
On Tue, Dec 21, 2010 at 4:13 AM, kevens hao ithjf.kev...@gmail.com wrote: Use LBS, how to get the data? For example, hotel, restaurant, groggery info and so on. You should reword and clarify you question.

Re: [android-developers]How to get the data from LBS?

2010-12-21 Thread kevens hao
Like Foursquare, I want to develop an application which can get the location and get the useful info(hotel, restaurant, groggery info and so on) around the location. So how to get the useful info? -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers]How to get the data from LBS?

2010-12-21 Thread TreKing
On Tue, Dec 21, 2010 at 8:10 PM, kevens hao ithjf.kev...@gmail.com wrote: So how to get the useful info? Here's one option. http://code.google.com/apis/maps/documentation/places/ - TreKing