public interface ILocation
| Modifier and Type | Method and Description |
|---|---|
GeoBounds |
getBounds(MutableGeoBounds bounds)
Get the geo bounds of this item
For points this is usually a bounds representation of the point
|
GeoPoint |
getPoint(GeoPoint point)
Get the geo point of this item
For shapes this is usually the center point.
|
GeoPoint getPoint(GeoPoint point)
point - Mutable point (null to create new point)GeoBounds getBounds(MutableGeoBounds bounds)
bounds - Mutable bounds (null to create new bounds)