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

Centers the map view to a specific Point of Interest (POI).

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 hidePOIs(pois: Set<PointOfInterest>): 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

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
abstract fun showAllPOIs(): Boolean
Link copied to clipboard
abstract fun showPOI(poi: PointOfInterest): Boolean
abstract fun showPOI(id: Int): Boolean
Link copied to clipboard
abstract fun showPOIs(pois: Set<PointOfInterest>): 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