Space Kit Static Map
class SpaceKitStaticMap(val destination: Destination? = null, val onMapClickedListener: () -> Unit = {}) : SpaceKitMapConfiguration
Content copied to clipboard
The user can zoom or rotate the map to understand the destination's location in the venue, but not pan the map.
Constructors
Link copied to clipboard
fun SpaceKitStaticMap(destination: Destination? = null, onMapClickedListener: () -> Unit = {})
Content copied to clipboard