Package org.kissweb.googleMapsAPI
Class GoogleReverseGeocode
java.lang.Object
org.kissweb.googleMapsAPI.GoogleReverseGeocode
This class converts a latitude/longitude into a city and state.
Author: Blake McBride
Date: 3/5/22
Author: Blake McBride
Date: 3/5/22
-
Constructor Summary
ConstructorDescriptionGoogleReverseGeocode
(double latitude, double longitude) Performs the actual query through Google. -
Method Summary
-
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
-