public class Region extends Object
| Constructor and Description |
|---|
Region(double topLeftLat,
double topLeftLon,
double bottomLeftLat,
double bottomRightLon) |
| Modifier and Type | Method and Description |
|---|---|
double |
bottomRightLat() |
double |
bottomRightLon() |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
inRegion(double lat,
double lon) |
double |
topLeftLat() |
double |
topLeftLon() |
public Region(double topLeftLat,
double topLeftLon,
double bottomLeftLat,
double bottomRightLon)
Copyright © 2020. All rights reserved.