interface Callback
Internal interface to handle callbacks
Callback function executed when the task completes with the corresponding results
abstract fun onComplete(results: HashMap<MarkerOptions, GymShell>?): Unit