MapView

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.

Constructors

Link copied to clipboard
constructor(context: Context, attrs: AttributeSet?)

Types

Link copied to clipboard
interface MapViewCallback

Functions

Link copied to clipboard
fun load(configuration: MapViewConfiguration, callback: MapView.MapViewCallback)

Loads the map into this MapView using the specified MapViewConfiguration.