| Package | Description |
|---|---|
| fi.foyt.foursquare.api.entities |
Package containing Foursquare entity model
|
| Modifier and Type | Method and Description |
|---|---|
GeoCodeGeoPt |
GeoCodeGeometry.getCenter() |
GeoCodeGeoPt |
GeoCodeBounds.getNe() |
GeoCodeGeoPt |
GeoCodeBounds.getSw() |
| Modifier and Type | Method and Description |
|---|---|
void |
GeoCodeGeometry.setCenter(GeoCodeGeoPt center) |
void |
GeoCodeBounds.setNe(GeoCodeGeoPt ne) |
void |
GeoCodeBounds.setSw(GeoCodeGeoPt sw) |
| Constructor and Description |
|---|
GeoCodeBounds(GeoCodeGeoPt ne,
GeoCodeGeoPt sw) |
GeoCodeGeometry(GeoCodeGeoPt center,
GeoCodeBounds bounds) |
Copyright © 2014 Foyt. All Rights Reserved.