IMapPointOfInterestManager
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun centerToPOI(poi: PointOfInterest, animated: Boolean = true, zoom: Double = defaultZoom): Boolean
Centers the map view to a specific Point of Interest (POI).
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
Link copied to clipboard
Link copied to clipboard
abstract fun selectPOI(poi: PointOfInterest, shouldCenter: Boolean = true, animated: Boolean = true, zoom: Double = defaultZoom): Boolean
Selects a Point of Interest (POI).
abstract fun selectPOI(id: Int, shouldCenter: Boolean = true, animated: Boolean = true, zoom: Double = defaultZoom): Boolean
Selects a Point of Interest (POI) with the given ID.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun sortPOIsByDuration(origin: Coordinate, pois: List<PointOfInterest>): Single<List<PointOfInterestWithInfo>>
Link copied to clipboard
abstract fun sortPOIsByGraphDistance(origin: Coordinate, pois: List<PointOfInterest>): Single<List<PointOfInterestWithInfo>>
Link copied to clipboard
Link copied to clipboard