executeJob abstract method

Future<JobResult> executeJob(
  1. Job job
)

The rendering job to execute.

@returns the tilebitmap or null if no data available for this tile @returns an exception e.g. if the server is not reachable

Implementation

Future<JobResult> executeJob(Job job);