How can I track location of particular mobile using android api -
i can location of current device. here want find location of mobile example: 99xxxxxxx, mob no 78xxxxxx can current location of device using following code:
locationmanager =(locationmanager) mcontext.getsystemservice(location_service);
how location of other mobiles?
your app should ping location server (something location server) , mobile can request particular location.
i don't think costly save unique id , coordinates.
Comments
Post a Comment