public interface Point extends GeoJSON
Modifier and Type | Method and Description |
---|---|
Double |
getLatitude()
Returns the latitude of this point.
|
Double |
getLongitude()
Returns the longitude of this point.
|
static Point |
of(Double longitude,
Double latitude) |