get next 10 results (Map Locations nearby) by clicking on list view android
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
精彩评论