sortPOIsByGraphDistance

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