public class Location extends Object
| Modifier and Type | Field and Description |
|---|---|
protected double |
latitude |
protected double |
longitude |
protected HashMap<String,Object> |
specifiers
Allowable values are city, street, state,zip.
|
| Constructor and Description |
|---|
Location() |
Location(double latitude,
double longitude) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
double |
getLatitude() |
double |
getLongitude() |
HashMap<String,Object> |
getSpecifiers() |
int |
hashCode() |
void |
setLatitude(double latitude) |
void |
setLongitude(double longitude) |
void |
setSpecifiers(HashMap<String,Object> specifiers) |
String |
toString() |
public Location()
public Location(double latitude,
double longitude)
Copyright © 2017. All rights reserved.