IMapPointOfInterestManager

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun centerToPOI(poi: PointOfInterest, animated: Boolean = true, zoom: Double = defaultZoom): Boolean
abstract fun centerToPOI(id: Int, animated: Boolean = true, zoom: Double = defaultZoom): Boolean
Link copied to clipboard
abstract fun filterByTag(tag: String): Boolean
Link copied to clipboard
abstract fun getPOIs(): Set<PointOfInterest>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun hideAllPOIs(): Boolean
Link copied to clipboard
abstract fun hidePOI(poi: PointOfInterest): Boolean
abstract fun hidePOI(id: Int): Boolean
Link copied to clipboard
abstract fun removeFilters(): Boolean
Link copied to clipboard
Link copied to clipboard
abstract fun selectPOI(poi: PointOfInterest, shouldCenter: Boolean = true, animated: Boolean = true, zoom: Double = defaultZoom): Boolean
abstract fun selectPOI(id: Int, shouldCenter: Boolean = true, animated: Boolean = true, zoom: Double = defaultZoom): Boolean
Link copied to clipboard
abstract fun showAllPOIs(): Boolean
Link copied to clipboard
abstract fun showPOI(poi: PointOfInterest): Boolean
abstract fun showPOI(id: Int): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun unselectAllPOIs(): Boolean
Link copied to clipboard
abstract fun unselectPOI(): Boolean
abstract fun unselectPOI(poi: PointOfInterest): Boolean
abstract fun unselectPOI(id: Int): Boolean