public class Geolocation extends Object
Constructor and Description |
---|
Geolocation() |
Modifier and Type | Method and Description |
---|---|
static String |
getCityState(String zipCode)
Takes a zipcode and returns the city and state of the customer.
|
static Coords |
GetCoords(String Address) |
public static String getCityState(String zipCode) throws IOException
zipCode
- The Zipcode of the customerIOException
- If it fails to retrieve the city and statepublic static Coords GetCoords(String Address) throws IOException
IOException
Copyright © 2014–2018. All rights reserved.