public class Location extends Object
| Constructor and Description |
|---|
Location() |
Location(double latitude,
double longitude) |
Location(String str) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
double |
getLatitude() |
double |
getLongitude() |
int |
hashCode() |
Location |
setLatitude(double latitude) |
Location |
setLongitude(double longitude) |
String |
toString() |
public Location()
public Location(String str)
public Location(double latitude,
double longitude)
Copyright © 2024. All Rights Reserved.