Implemented the basic ADT Functions :
- Insertion
- Deletion
- Search
Further implemented Look-Up function and applied these to a local map created with following options :
- Visualizer (R-Tree representaion of our Map objects)
- What's around Me? (Displays n nearest Places based on a Co-Ordinate input)
- Where am I? (Displays your current location)
- Nearby particular Place (Displays n nearest particular Place [eg: School,Hospital])
- Insert Utility