public class Location extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Location.Coordinate |
| Constructor and Description |
|---|
Location(Location.Coordinate southwest,
Location.Coordinate northeast) |
| Modifier and Type | Method and Description |
|---|---|
Location.Coordinate |
northeastCoordinate() |
Location.Coordinate |
southwestCoordinate() |
String |
toString() |
public Location(Location.Coordinate southwest, Location.Coordinate northeast)
public Location.Coordinate southwestCoordinate()
public Location.Coordinate northeastCoordinate()
Copyright © 2014. All Rights Reserved.