OsmAnd
|
Public Member Functions | |
void | initLayerAdapter (MapTileLayer layer, OsmandMapTileView view) |
abstract void | onDraw (Canvas canvas, RectF latlonRect, RectF tilesRect, boolean nightMode) |
abstract void | onClear () |
abstract void | onInit () |
Protected Attributes | |
MapTileLayer | layer |
OsmandMapTileView | view |
This class is designed to represent adapter for specific map sources that requires additional computation or updates
void net.osmand.plus.views.MapTileAdapter.initLayerAdapter | ( | MapTileLayer | layer, |
OsmandMapTileView | view | ||
) |
abstract void net.osmand.plus.views.MapTileAdapter.onClear | ( | ) | [pure virtual] |
Implemented in net.osmand.plus.views.YandexTrafficAdapter.
abstract void net.osmand.plus.views.MapTileAdapter.onDraw | ( | Canvas | canvas, |
RectF | latlonRect, | ||
RectF | tilesRect, | ||
boolean | nightMode | ||
) | [pure virtual] |
Implemented in net.osmand.plus.views.YandexTrafficAdapter.
abstract void net.osmand.plus.views.MapTileAdapter.onInit | ( | ) | [pure virtual] |
Implemented in net.osmand.plus.views.YandexTrafficAdapter.