Package | Description |
---|---|
org.osmdroid.api | |
org.osmdroid.contributor.util | |
org.osmdroid.util | |
org.osmdroid.views | |
org.osmdroid.views.overlay | |
org.osmdroid.views.util |
Modifier and Type | Field and Description |
---|---|
List<IGeoPoint> |
Polyline.points
The points of the polyline.
|
Modifier and Type | Method and Description |
---|---|
IGeoPoint |
IProjection.fromPixels(int x,
int y)
Create a new GeoPoint from pixel coordinates relative to the top-left of the MapView that
provided this PixelConverter.
|
IGeoPoint |
IMap.getCenter()
Get the center of the map
|
IGeoPoint |
IMapView.getMapCenter() |
IGeoPoint |
IProjection.getNorthEast()
Get the coordinates of the most north-easterly visible point of the map.
|
IGeoPoint |
IProjection.getSouthWest()
Get the coordinates of the most south-westerly visible point of the map.
|
Modifier and Type | Method and Description |
---|---|
void |
IMap.addPointsToPolyline(int id,
IGeoPoint... points)
Add points to a polyline
|
void |
IMapController.animateTo(IGeoPoint geoPoint) |
Polyline |
Polyline.points(IGeoPoint... aPoints)
The points of the polyline.
|
void |
IMapController.setCenter(IGeoPoint point) |
android.graphics.Point |
IProjection.toPixels(IGeoPoint in,
android.graphics.Point out)
Converts the given GeoPoint to onscreen pixel coordinates, relative to the top-left of the
MapView that provided this Projection.
|
Modifier and Type | Method and Description |
---|---|
Polyline |
Polyline.points(List<IGeoPoint> aPoints)
The points of the polyline.
|
Modifier and Type | Class and Description |
---|---|
class |
RecordedGeoPoint
Extends the
GeoPoint with a timeStamp. |
Modifier and Type | Class and Description |
---|---|
class |
GeoPoint |
Modifier and Type | Method and Description |
---|---|
double |
GeoPoint.bearingTo(IGeoPoint other) |
boolean |
BoundingBoxE6.contains(IGeoPoint pGeoPoint) |
int |
GeoPoint.distanceTo(IGeoPoint other) |
Modifier and Type | Field and Description |
---|---|
IGeoPoint |
MapView.LayoutParams.geoPoint
The location of the child within the map view.
|
Modifier and Type | Method and Description |
---|---|
IGeoPoint |
MapView.Projection.fromPixels(float x,
float y)
Converts screen coordinates to the underlying GeoPoint.
|
IGeoPoint |
MapView.Projection.fromPixels(int x,
int y) |
IGeoPoint |
MapView.getMapCenter()
Returns the current center-point position of the map, as a GeoPoint (latitude and longitude).
|
IGeoPoint |
MapView.Projection.getNorthEast() |
IGeoPoint |
MapView.Projection.getSouthWest() |
Modifier and Type | Method and Description |
---|---|
void |
MapControllerOld.animateTo(IGeoPoint point)
Deprecated.
Start animating the map towards the given point.
|
void |
MapController.animateTo(IGeoPoint point)
Start animating the map towards the given point.
|
void |
MapControllerOld.setCenter(IGeoPoint point)
Deprecated.
Set the map view to the given center.
|
void |
MapController.setCenter(IGeoPoint point)
Set the map view to the given center.
|
android.graphics.Point |
MapView.Projection.toMapPixels(IGeoPoint in,
android.graphics.Point reuse)
Converts a GeoPoint to its screen coordinates.
|
android.graphics.Point |
MapView.Projection.toPixels(IGeoPoint in,
android.graphics.Point out) |
Constructor and Description |
---|
MapView.LayoutParams(int width,
int height,
IGeoPoint geoPoint,
int alignment,
int offsetX,
int offsetY)
Creates a new set of layout parameters with the specified width, height and location.
|
Modifier and Type | Method and Description |
---|---|
void |
PathOverlay.addPoint(IGeoPoint aPoint) |
void |
PathOverlay.addPoints(IGeoPoint... aPoints) |
Modifier and Type | Method and Description |
---|---|
void |
PathOverlay.addPoints(List<IGeoPoint> aPoints) |
Modifier and Type | Method and Description |
---|---|
static android.graphics.Point |
Mercator.projectGeoPoint(IGeoPoint pGeoPoint,
int pZoom,
android.graphics.Point pUseAsReturnValue)
Deprecated.
Mercator projection of GeoPoint at given zoom level
|
Copyright © 2014. All Rights Reserved.