public class LocationResult extends Object
| Constructor and Description |
|---|
LocationResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCity() |
String |
getCountry() |
double |
getLatitude() |
double |
getLongitude() |
String |
getRegion() |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setLatitude(double latitude) |
void |
setLongitude(double longitude) |
void |
setRegion(String region) |
public String getCity()
public void setCity(String city)
public String getRegion()
public void setRegion(String region)
public String getCountry()
public void setCountry(String country)
public double getLatitude()
public void setLatitude(double latitude)
public double getLongitude()
public void setLongitude(double longitude)
Copyright © 2015 Jasig. All Rights Reserved.