|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.TwentyCodes.android.location.MidPoint
public class MidPoint
This MidPoint object will hold the information form the calculations performed by GeoUtils.midPoint().
| Constructor Summary | |
|---|---|
MidPoint(GeoPoint midPoint,
int minLatitude,
int minLongitude,
int maxLatitude,
int maxLongitude)
Creates a new MidPoint |
|
| Method Summary | |
|---|---|
GeoPoint |
getMidPoint()
returns the calculated midpoint |
void |
zoomToSpan(com.google.android.maps.MapView mMapView)
zooms the provided map view to the span of this mid point |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MidPoint(GeoPoint midPoint,
int minLatitude,
int minLongitude,
int maxLatitude,
int maxLongitude)
| Method Detail |
|---|
public void zoomToSpan(com.google.android.maps.MapView mMapView)
mMapView - public GeoPoint getMidPoint()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||