LatLon Screenshot is a Java program that uses user-provided latitude and longitude coordinates and the Google Static Map API to return a map screenshot. The program provides a JSlider and TextFields to edit the parameters of a HTTP link to make requests to the API. The API then returns a map, sized 200x200, of the location and displays it in the window.
An Google Static Maps API key may be required to run this program correctly. You may get an API key from here.
Java SE
A Java IDE
A Google Static Maps API key
1. Download the LatLonScreenshot.java from this GitHub
2. Run the LatLonScreenshot.java using your favorite Java IDE
- Eclipse Java IDE - The IDE used
- Google Static Maps API - Google Static Maps API
- Jared McDonald - Initial work - GitHub