Locating nearby hospitals on google map in android [closed]
I am trying to develop code for android..that shows nearby hospital locations to user's current location..I know this is possible only from kml file but i dont know how to do this. please please help me to solve this.开发者_运维百科...
Thank You.
I faced similar kind of problem.As i didn't get any good solution then i solved it in different way.So you can try this.You can store all the locations(latitude/longitude) for hospitals.Then from the current location(latitude/longitude) find out the distant of all hospitals.By sorting the distant you will find nearest hospital.
精彩评论