OsmAnd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Member Functions
net.osmand.plus.render.MapRenderRepositories Class Reference

List of all members.

Public Member Functions

 MapRenderRepositories (Context context)
Context getContext ()
BinaryMapIndexReader initializeNewResource (final IProgress progress, File file)
RotatedTileBox getBitmapLocation ()
RotatedTileBox getPrevBmpLocation ()
boolean containsLatLonMapData (double lat, double lon, int zoom)
void clearAllResources ()
boolean updateMapIsNeeded (RotatedTileBox box, DrawSettings drawSettings)
boolean isEmpty ()
void interruptLoadingMap ()
boolean basemapExists ()
synchronized void loadMap (RotatedTileBox tileRect, List< IMapDownloaderCallback > notifyList)
Bitmap getBitmap ()
Bitmap getPrevBitmap ()
synchronized void clearCache ()
List< MultyPolygon > proccessMultiPolygons (Map< TagValuePair, List< BinaryMapDataObject >> multyPolygons, int leftX, int rightX, int bottomY, int topY, int zoom)
Map< String, BinaryMapIndexReader > getMetaInfoFiles ()

Protected Member Functions

void closeConnection (BinaryMapIndexReader c, String file)

Constructor & Destructor Documentation


Member Function Documentation

void net.osmand.plus.render.MapRenderRepositories.closeConnection ( BinaryMapIndexReader  c,
String  file 
) [protected]
boolean net.osmand.plus.render.MapRenderRepositories.containsLatLonMapData ( double  lat,
double  lon,
int  zoom 
)
BinaryMapIndexReader net.osmand.plus.render.MapRenderRepositories.initializeNewResource ( final IProgress  progress,
File  file 
)
synchronized void net.osmand.plus.render.MapRenderRepositories.loadMap ( RotatedTileBox  tileRect,
List< IMapDownloaderCallback >  notifyList 
)
List<MultyPolygon> net.osmand.plus.render.MapRenderRepositories.proccessMultiPolygons ( Map< TagValuePair, List< BinaryMapDataObject >>  multyPolygons,
int  leftX,
int  rightX,
int  bottomY,
int  topY,
int  zoom 
)
boolean net.osmand.plus.render.MapRenderRepositories.updateMapIsNeeded ( RotatedTileBox  box,
DrawSettings  drawSettings 
)

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines