Package-level declarations

Entry point for integrating Situm's map into your application. There is a comprehensive tutorial on how to set-up a new application using this plugin on the Situm documentation page.

Types

Link copied to clipboard
Link copied to clipboard
class MapView(context: Context, attrs: AttributeSet?) : ConstraintLayout

MapView is the main component and entry point for the Wayfinding. This view will load your Situm building on a map, based on the given MapViewConfiguration.

Link copied to clipboard

The MapView settings.

Link copied to clipboard

Controller for MapView. This class provides methods to interact with the map and handle events triggered by it.

Link copied to clipboard
Link copied to clipboard
data class OnExternalLinkClickedResult(val url: String)
Link copied to clipboard
Link copied to clipboard
data class OnPoiDeselectedResult(val poi: Poi)
Link copied to clipboard
fun interface OnPoiSelectedCallback
Link copied to clipboard
data class OnPoiSelectedResult(val poi: Poi)