Package | Description |
---|---|
org.osmdroid.views | |
org.osmdroid.views.overlay | |
org.osmdroid.views.overlay.mylocation |
Modifier and Type | Class and Description |
---|---|
class |
MapView |
Modifier and Type | Method and Description |
---|---|
boolean |
OverlayManager.onSnapToItem(int x,
int y,
android.graphics.Point snapPoint,
IMapView pMapView) |
boolean |
Overlay.Snappable.onSnapToItem(int x,
int y,
android.graphics.Point snapPoint,
IMapView mapView)
Checks to see if the given x and y are close enough to an item resulting in snapping the
current action (e.g.
|
boolean |
MyLocationOverlay.onSnapToItem(int x,
int y,
android.graphics.Point snapPoint,
IMapView mapView)
Deprecated.
|
boolean |
ItemizedIconOverlay.onSnapToItem(int pX,
int pY,
android.graphics.Point pSnapPoint,
IMapView pMapView) |
boolean |
DefaultOverlayManager.onSnapToItem(int x,
int y,
android.graphics.Point snapPoint,
IMapView pMapView) |
Modifier and Type | Method and Description |
---|---|
boolean |
MyLocationNewOverlay.onSnapToItem(int x,
int y,
android.graphics.Point snapPoint,
IMapView mapView) |
Copyright © 2015. All Rights Reserved.