public class GeoPoint extends Object
A single latitude-longitude pair.
Used in Geo and GeoRSS namespace specifications.
| Constructor and Description |
|---|
GeoPoint() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getLatitude() |
BigDecimal |
getLongitude() |
void |
setLatitude(BigDecimal latitude) |
void |
setLongitude(BigDecimal longitude) |
String |
toString() |
public BigDecimal getLatitude()
public void setLatitude(BigDecimal latitude)
public BigDecimal getLongitude()
public void setLongitude(BigDecimal longitude)
Copyright © 2018. All rights reserved.