NITK new CSE building fire evacuation App (Android) This app guides you to the nearest exit in case of emergency
- You need to select floors on which you currently present.
- Then choose the locationn nearest to you.
- The app will automatically direct you to the nearest exit.
- Use google map android apk https://developers.google.com/maps/documentation/android-sdk/intro
- You need Google Maps API key, Get it from https://developers.google.com/maps/documentation/android-sdk/signup
- To add your 'own map' on top of google map use ground overlay
- Add marker using Marker class of google maps Marker API call
- To add path between markers use Polyline API, it takes set of points to construct a path
- You may need to find out Lat Lng of markers, you can use this third party website http://graph.latcoding.com/ to get Lat Lng of a place