Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 371 Bytes

File metadata and controls

12 lines (7 loc) · 371 Bytes

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.