interface Callback
Internal interface to handle callbacks
Callback function called when the task completed with the list of results on carpark distances
abstract fun onComplete(results: ArrayList<Pair<CarPark, Float>>): Unit