A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Z 

P

PAINTING - enum entry in org.osmdroid.views.drawing.MapSnapshot.Status
 
PaintList - class in org.osmdroid.views.overlay
Interface PaintList
parallelStream() - function in java.util.DefaultOverlayManager
 
parallelStream() - function in java.util.OverlayManager
 
pathBase() - function in org.osmdroid.tileprovider.tilesource.bing.BingMapTileSource
get the base path used for caching purpose
pathBase() - function in org.osmdroid.tileprovider.tilesource.BitmapTileSourceBase
 
pathBase() - function in org.osmdroid.tileprovider.tilesource.CloudmadeTileSource
 
pathBase() - function in org.osmdroid.tileprovider.tilesource.FileBasedTileSource
 
pathBase() - function in org.osmdroid.tileprovider.tilesource.HEREWeGoTileSource
 
pathBase() - function in org.osmdroid.tileprovider.tilesource.MapBoxTileSource
 
pathBase() - function in org.osmdroid.tileprovider.tilesource.MapQuestTileSource
 
pathBase() - function in org.osmdroid.tileprovider.tilesource.OnlineTileSourceBase
 
pathBase() - function in org.osmdroid.tileprovider.tilesource.QuadTreeTileSource
 
pathBase() - function in org.osmdroid.tileprovider.tilesource.ThunderforestTileSource
 
pathBase() - function in org.osmdroid.tileprovider.tilesource.TMSOnlineTileSourceBase
 
pathBase() - function in org.osmdroid.tileprovider.tilesource.XYTileSource
 
PathBuilder - class in org.osmdroid.util
Created by Fabrice on 24/12/2017.
PathProjection - class in org.osmdroid.views.util
 
performAccessibilityAction(int,Bundle) - function in android.view.MapView
 
performAccessibilityAction(int,Bundle) - function in android.view.ItemizedOverlayControlView
 
performClick() - function in android.view.MapView
 
performClick() - function in android.view.ItemizedOverlayControlView
 
performContextClick(float,float) - function in android.view.MapView
 
performContextClick(float,float) - function in android.view.ItemizedOverlayControlView
 
performHapticFeedback(int) - function in android.view.MapView
 
performHapticFeedback(int) - function in android.view.ItemizedOverlayControlView
 
performLongClick() - function in android.view.MapView
 
performLongClick() - function in android.view.ItemizedOverlayControlView
 
performReceiveContent(ContentInfo) - function in android.view.MapView
 
performReceiveContent(ContentInfo) - function in android.view.ItemizedOverlayControlView
 
PixelXYToLatLong(int,int,int,GeoPoint) - function in org.osmdroid.util.TileSystem
Use getGeoFromMercator instead
PixelXYToLatLong(int,int,double,GeoPoint) - function in org.osmdroid.util.TileSystem
 
PixelXYToLatLong(int,int,int,GeoPoint) - function in org.osmdroid.util.TileSystemWebMercator
Use getGeoFromMercator instead
PixelXYToLatLong(int,int,double,GeoPoint) - function in org.osmdroid.util.TileSystemWebMercator
 
PixelXYToLatLongMapSize(int,int,double,GeoPoint,boolean,boolean) - function in org.osmdroid.util.TileSystem
 
PixelXYToLatLongMapSize(int,int,double,GeoPoint,boolean,boolean) - function in org.osmdroid.util.TileSystemWebMercator
 
PixelXYToLatLongMapSizeWithoutWrap(int,int,double,GeoPoint) - function in org.osmdroid.util.TileSystem
 
PixelXYToLatLongMapSizeWithoutWrap(int,int,double,GeoPoint) - function in org.osmdroid.util.TileSystemWebMercator
 
PixelXYToLatLongWithoutWrap(int,int,double,GeoPoint) - function in org.osmdroid.util.TileSystem
 
PixelXYToLatLongWithoutWrap(int,int,double,GeoPoint) - function in org.osmdroid.util.TileSystemWebMercator
 
PixelXYToTileXY(int,int,Point) - function in org.osmdroid.util.TileSystem
 
PixelXYToTileXY(int,int,double,Point) - function in org.osmdroid.util.TileSystem
 
PixelXYToTileXY(Rect,double,Rect) - function in org.osmdroid.util.TileSystem
 
PixelXYToTileXY(int,int,Point) - function in org.osmdroid.util.TileSystemWebMercator
 
PixelXYToTileXY(int,int,double,Point) - function in org.osmdroid.util.TileSystemWebMercator
 
PixelXYToTileXY(Rect,double,Rect) - function in org.osmdroid.util.TileSystemWebMercator
 
playSoundEffect(int) - function in android.view.MapView
 
playSoundEffect(int) - function in android.view.ItemizedOverlayControlView
 
PointAccepter - class in org.osmdroid.util
Created by Fabrice on 23/12/2017.
PointL - class in org.osmdroid.util
A android.graphics.Point with coordinates in long type instead of int
PointReducer - class in org.osmdroid.util
Reduces the number of points in a shape using the Douglas-Peucker algorithm.
pointsAsCircle(GeoPoint,double) - function in org.osmdroid.views.overlay.Polygon
Build a list of GeoPoint as a circle.
pointsAsRect(BoundingBox) - function in org.osmdroid.views.overlay.Polygon
Build a list of GeoPoint as a rectangle.
pointsAsRect(GeoPoint,double,double) - function in org.osmdroid.views.overlay.Polygon
Build a list of GeoPoint as a rectangle.
PolychromaticPaintList - class in org.osmdroid.views.overlay.advancedpolyline
A real PaintList with potentially different colors for each segment, and linear gradients
Polygon - class in org.osmdroid.views.overlay
A polygon on the earth's surface that can have a popup-org.osmdroid.views.overlay.infowindow.InfoWindow (a bubble).
Polygon.OnClickListener - class in org.osmdroid.views.overlay.Polygon
 
Polyline - class in org.osmdroid.views.overlay
A polyline is a list of points, where line segments are drawn between consecutive points.
Polyline.OnClickListener - class in org.osmdroid.views.overlay.Polyline
Internal method used to ensure that the infowindow will have a default position in all cases,so that the user can call showInfoWindow even if no tap occured before.Currently, set the position on the "middle" point of the polyline.
PolyOverlayWithIW - class in org.osmdroid.views.overlay
Repository of common methods for Polyline and Polygon
possibleTilesCovered(ArrayList,int,int) - function in org.osmdroid.tileprovider.cachemanager.CacheManager
 
possibleTilesInArea(BoundingBox,int,int) - function in org.osmdroid.tileprovider.cachemanager.CacheManager
 
post(Runnable) - function in android.os.SimpleInvalidationHandler
 
post(Runnable) - function in android.view.MapView
 
post(Runnable) - function in android.os.MapSnapshotHandler
 
post(Runnable) - function in android.view.ItemizedOverlayControlView
 
postAtFrontOfQueue(Runnable) - function in android.os.SimpleInvalidationHandler
 
postAtFrontOfQueue(Runnable) - function in android.os.MapSnapshotHandler
 
postAtTime(Runnable,long) - function in android.os.SimpleInvalidationHandler
 
postAtTime(Runnable,long) - function in android.os.MapSnapshotHandler
 
postDelayed(Runnable,long) - function in android.os.SimpleInvalidationHandler
 
postDelayed(Runnable,long) - function in android.view.MapView
 
postDelayed(Runnable,long) - function in android.os.MapSnapshotHandler
 
postDelayed(Runnable,long) - function in android.view.ItemizedOverlayControlView
 
postInvalidate() - function in android.view.MapView
 
postInvalidate() - function in android.view.ItemizedOverlayControlView
 
postInvalidateDelayed(long) - function in android.view.MapView
 
postInvalidateDelayed(long) - function in android.view.ItemizedOverlayControlView
 
postInvalidateMapCoordinates(int,int,int,int) - function in org.osmdroid.views.MapView
 
postInvalidateOnAnimation() - function in android.view.MapView
 
postInvalidateOnAnimation() - function in android.view.ItemizedOverlayControlView
 
postOnAnimation(Runnable) - function in android.view.MapView
 
postOnAnimation(Runnable) - function in android.view.ItemizedOverlayControlView
 
postOnAnimationDelayed(Runnable,long) - function in android.view.MapView
 
postOnAnimationDelayed(Runnable,long) - function in android.view.ItemizedOverlayControlView
 
preCheck() - function in org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerAction
Preconditions to check before bulk action
printStackTrace() - function in java.lang.CantContinueException
 
printStackTrace() - function in java.lang.BitmapTileSourceBase.LowMemoryException
 
printStackTrace() - function in java.lang.TileSourcePolicyException
 
printToLogcat() - function in org.osmdroid.tileprovider.util.Counters
 
Projection - class in org.osmdroid.views
A Projection serves to translate between the coordinate system of x/y on-screen pixel coordinates and that of latitude/longitude points on the surface of the earth.
protectDisplayedTilesForCache(Canvas,Projection) - function in org.osmdroid.views.overlay.MinimapOverlay
Populates the tile provider's memory cache with the list of displayed tiles
protectDisplayedTilesForCache(Canvas,Projection) - function in org.osmdroid.views.overlay.TilesOverlay
Populates the tile provider's memory cache with the list of displayed tiles
purgeCache() - function in org.osmdroid.tileprovider.modules.SqlTileWriter
purges and deletes everything from the cache database
purgeCache(String) - function in org.osmdroid.tileprovider.modules.SqlTileWriter
purges and deletes all tiles from the given tile source name from the cache database
put(long) - function in org.osmdroid.util.MapTileList
 
put(int,int,int,int,int) - function in org.osmdroid.util.MapTileList
 
put(int) - function in org.osmdroid.util.MapTileList
 
putTile(long,Drawable) - function in org.osmdroid.tileprovider.MapTileCache
 
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Z