sortPOIsByDuration

abstract fun sortPOIsByDuration(origin: Coordinate, pois: List<PointOfInterest> = getPOIs().toList()): Single<List<PointOfInterestWithInfo>>