PointOfInterestManager
class PointOfInterestManager
Functions
Link copied to clipboard
Registers a listener for PointOfInterest manager updates.
Link copied to clipboard
fun centerToPOI(poi: PointOfInterest, animated: Boolean = true, zoom: Double = defaultZoom): Boolean
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 addPointOfInterestManagerListener.
Link copied to clipboard
Link copied to clipboard
fun sortPOIsByDuration(origin: Coordinate, pois: List<PointOfInterest> = getPOIs()): Single<List<PointOfInterestWithInfo>>
Link copied to clipboard
fun sortPOIsByGraphDistance(origin: Coordinate, pois: List<PointOfInterest> = getPOIs()): Single<List<PointOfInterestWithInfo>>
Link copied to clipboard
Link copied to clipboard