createErrorBitmap method
creates a bitmap tile with the given errormessage
Implementation
@override
Future<TilePicture> createErrorBitmap(double tileSize, error) {
// TODO: implement createErrorBitmap
throw UnimplementedError();
}
creates a bitmap tile with the given errormessage
@override
Future<TilePicture> createErrorBitmap(double tileSize, error) {
// TODO: implement createErrorBitmap
throw UnimplementedError();
}