interface Callback
Internal interface to handle callbacks
Callback function called when the task completed with the list of results on trimmed markers
abstract fun onComplete(results: ArrayList<MarkerOptions>): Unit