Skip to content

sumitankitg130/Nearest-City-in-android-using-k-d-trees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nearest-City-in-android-using-k-d-trees

Finding nearest city to a position in android using k-d trees

Instructions to use this project:

  1. Create a maps activity in android studio

  2. Add the code from "mapsActivity.java" and "KDTree.java" into the src folder

  3. Copy cities.json into your assets folder

  4. Run the app either in emulator or in your android phone.