estimateMapDataSize abstract method
- GeoPolygon geoPolygon,
- MapDataSizeListener callback
Estimates map data size for the area bounded by geo polygon.
Size for tiles that are already in the cache will not be included in the final result.
-
geoPolygonArea to estimate map data size for. -
callbackCallback that is triggered to report the result of map data size estimation.
Returns TaskHandle. Handle that will be used to manipulate execution of the task.
Implementation
TaskHandle estimateMapDataSize(GeoPolygon geoPolygon, MapDataSizeListener callback);