IPointOfInterestManager
interface IPointOfInterestManager
Functions
Link copied to clipboard
Registers a listener for PointOfInterest manager updates.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Removes the listener added via addListener.
Link copied to clipboard
Link copied to clipboard
abstract fun sortPOIsByDuration(origin: Coordinate, pois: List<PointOfInterest> = getPOIs().toList()): Single<List<PointOfInterestWithInfo>>
Link copied to clipboard
abstract fun sortPOIsByGraphDistance(origin: Coordinate, pois: List<PointOfInterest> = getPOIs().toList()): Single<List<PointOfInterestWithInfo>>
Link copied to clipboard
Link copied to clipboard