8000 GitHub - neophy/LocationSimulator · GitHub
[go: up one dir, main page]

Skip to content

neophy/LocationSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LocationSimulator

Given the latitude and longitude of source and destination, it fetches all the coordinates which come on this route. One can specify the interval and all coordinates will be separated by this interval. It helps in location tracking as it gives the coordinates at specified interval.

How to Run

Run the main app present here: com/locus/simulator/bootstrap/Launcher.java

Give the LatLng of source and destination in the main method:

//Give the values here in degrees

LatLng src = new LatLng(49, 50);

LatLng dest = new LatLng(68, 99);

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

0