开发者

get next 10 results (Map Locations nearby) by clicking on list view android

开发者 https://www.devze.com 2023-02-17 06:57 出处:网络
I have found the method to draw placemarks of nearby places(Restaurants,Theaters,etc.) but it works only for 10 places and I generate the list of that places...

I have found the method to draw placemarks of nearby places(Restaurants,Theaters,etc.) but it works only for 10 places and I generate the list of that places...

Problem is>>

I want to add last list-item to show option for next("in future previous") 10 results... Is th开发者_运维知识库ere any to generate "kml" for that....or any other way???

Thanks In Advance.

Please Help Me as this includes in my project work.


Your question does not make sense

But anyway here is how to generate a kml .

http://maps.google.com/maps?q=restaurant&mrt=yp&sll=lat,lon&output=kml

Where lat, lon is your location.

Parse the kml that you get using a SAX parser the you get a list of places to eat.

Edit :

To get restaurants from 10 to 20

http://maps.google.com/maps?q=restaurant&mrt=yp&sll=lat,lon&start=10&output=kml

0

精彩评论

暂无评论...
验证码 换一张
取 消