Indoor Renderer
Secondary constructor to render an IndoorOfflineVenue instead.
Parameters
offline Venue
The IndoorOfflineVenue to draw.
constructor(mapView: MapView? = null, venueId: String, theme: String? = null, venueLoadedCallback: (VenueFeatureResponse) -> Unit? = null)
Parameters
map View
The MapView onto which to draw.
venue Id
The name of your Venue.
theme
An optional theme for your venue.
venue Loaded Callback
An optional callback called once the venue is loaded.