I am working on an application which will be installed on around 50 devices.
I will be getting the location of all those 50 users in every 5 minutes.
I have a small concept tell me if it's possible or not. And if possible how do i implement that?
So it goes like this we have the location co-ordinates i.e. latitude and longitude of those all 50 devices.
The tracking radius would be of 5 kms approx.
Now what i want to do is show all those devices location on the map. And if any of those devices are moving then the user must able to see the movement of that other device.
So guys any solutions?