Class GoogleReverseGeocode

java.lang.Object
org.kissweb.googleMapsAPI.GoogleReverseGeocode

public class GoogleReverseGeocode extends Object
This class converts a latitude/longitude into a city and state.

Author: Blake McBride
Date: 3/5/22
  • Constructor Details

    • GoogleReverseGeocode

      public GoogleReverseGeocode(double latitude, double longitude)
      Performs the actual query through Google. You must set the API_KEY before creating this object.
  • Method Details

    • getCityState

      public String getCityState()