Modifier and Type | Method and Description |
---|---|
static GeoPoint |
TileSystem.PixelXYToLatLong(int pixelX,
int pixelY,
int levelOfDetail,
GeoPoint reuse)
Converts a pixel from pixel XY coordinates at a specified level of detail into
latitude/longitude WGS-84 coordinates (in degrees).
|
Modifier and Type | Method and Description |
---|---|
static GeoPoint |
TileSystem.PixelXYToLatLong(int pixelX,
int pixelY,
int levelOfDetail,
GeoPoint reuse)
Converts a pixel from pixel XY coordinates at a specified level of detail into
latitude/longitude WGS-84 coordinates (in degrees).
|
Modifier and Type | Method and Description |
---|---|
void |
RouteRecorder.add(GeoPoint aGeoPoint,
int aNumSatellites) |
Modifier and Type | Class and Description |
---|---|
class |
RecordedGeoPoint
Extends the
GeoPoint with a timeStamp. |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<GeoPoint> |
GeoPoint.CREATOR |
Modifier and Type | Method and Description |
---|---|
GeoPoint |
BoundingBoxE6.bringToBoundingBox(int aLatitudeE6,
int aLongitudeE6) |
GeoPoint |
GeoPoint.clone() |
GeoPoint |
GeoPoint.destinationPoint(double aDistanceInMeters,
float aBearingInDegrees)
Calculate a point that is the specified distance and bearing away from this point.
|
static GeoPoint |
GeoPoint.fromCenterBetween(GeoPoint geoPointA,
GeoPoint geoPointB) |
static GeoPoint |
GeoPoint.fromDoubleString(String s,
char spacer) |
static GeoPoint |
GeoPoint.fromIntString(String s) |
static GeoPoint |
GeoPoint.fromInvertedDoubleString(String s,
char spacer) |
GeoPoint |
BoundingBoxE6.getCenter() |
GeoPoint |
BoundingBoxE6.getGeoPointOfRelativePositionWithExactGudermannInterpolation(float relX,
float relY) |
GeoPoint |
BoundingBoxE6.getGeoPointOfRelativePositionWithLinearInterpolation(float relX,
float relY) |
static GeoPoint |
TileSystem.PixelXYToLatLong(int pixelX,
int pixelY,
int levelOfDetail,
GeoPoint reuse) |
Modifier and Type | Method and Description |
---|---|
static GeoPoint |
GeoPoint.fromCenterBetween(GeoPoint geoPointA,
GeoPoint geoPointB) |
static GeoPoint |
TileSystem.PixelXYToLatLong(int pixelX,
int pixelY,
int levelOfDetail,
GeoPoint reuse) |
Modifier and Type | Method and Description |
---|---|
static BoundingBoxE6 |
BoundingBoxE6.fromGeoPoints(ArrayList<? extends GeoPoint> partialPolyLine) |
Constructor and Description |
---|
GeoPoint(GeoPoint aGeopoint) |
Modifier and Type | Method and Description |
---|---|
void |
MapControllerOld.animateTo(GeoPoint gp,
MapControllerOld.AnimationType aAnimationType)
Deprecated.
|
void |
MapControllerOld.animateTo(GeoPoint gp,
MapControllerOld.AnimationType aAnimationType,
int aSmoothness,
int aDuration)
Deprecated.
|
boolean |
MapControllerOld.zoomInFixing(GeoPoint point)
Deprecated.
|
boolean |
MapControllerOld.zoomOutFixing(GeoPoint point)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected GeoPoint |
OverlayItem.mGeoPoint |
protected GeoPoint |
SimpleLocationOverlay.mLocation |
protected GeoPoint |
DirectedLocationOverlay.mLocation |
Modifier and Type | Method and Description |
---|---|
GeoPoint |
DirectedLocationOverlay.getLocation() |
GeoPoint |
SimpleLocationOverlay.getMyLocation() |
GeoPoint |
MyLocationOverlay.getMyLocation()
Deprecated.
Return a GeoPoint of the last known location, or null if not known.
|
GeoPoint |
OverlayItem.getPoint() |
Modifier and Type | Method and Description |
---|---|
void |
PathOverlay.addGreatCircle(GeoPoint startPoint,
GeoPoint endPoint)
Draw a great circle.
|
void |
PathOverlay.addGreatCircle(GeoPoint startPoint,
GeoPoint endPoint,
int numberOfPoints)
Draw a great circle.
|
void |
SimpleLocationOverlay.setLocation(GeoPoint mp) |
void |
DirectedLocationOverlay.setLocation(GeoPoint mp) |
Constructor and Description |
---|
OverlayItem(String aTitle,
String aSnippet,
GeoPoint aGeoPoint) |
OverlayItem(String aUid,
String aTitle,
String aDescription,
GeoPoint aGeoPoint) |
Modifier and Type | Method and Description |
---|---|
GeoPoint |
MyLocationNewOverlay.getMyLocation()
Return a GeoPoint of the last known location, or null if not known.
|
Modifier and Type | Method and Description |
---|---|
static GeoPoint |
Mercator.projectPoint(int x,
int y,
int aZoom)
Deprecated.
Reverse Mercator projection of Point at given zoom level
|
Modifier and Type | Method and Description |
---|---|
static android.graphics.Path |
PathProjection.toPixels(MapView.Projection projection,
List<? extends GeoPoint> in,
android.graphics.Path reuse) |
static android.graphics.Path |
PathProjection.toPixels(MapView.Projection projection,
List<? extends GeoPoint> in,
android.graphics.Path reuse,
boolean doGudermann) |
Copyright © 2014. All Rights Reserved.