Pinpoint
Pinpoint is a lightweight geocoding application built for Android. It allows users to convert latitude and longitude coordinates into readable addresses using reverse geocoding, and store them locally for later access.
Industry
Satellite & Mapping
Stack
Java
XML
SQLite
Android
Create new location entries
Users can input latitude and longitude coordinates to automatically resolve and retrieve the corresponding address. Once resolved, the result is stored locally within the app for future reference.
Search and browse saved locations
All saved coordinates and their resolved addresses are viewable in a scrollable list. Users can also search through entries using full or partial address input to quickly locate a specific location.
Edit existing entries
Saved entries can be updated at any time. Users simply select an entry from the list, update the coordinates, and Pinpoint will re-resolve the address and update the stored information automatically.