loadVenue

abstract fun loadVenue(options: MPIOptions.Init, showVenueOptions: MPIOptions.ShowVenue? = null, errorCallback: (MPIError?) -> Unit? = null)

Loads the venue based on the options passed in MPIMapView

  • Note: API calls will be made to retrieve the data

Return

Unit

Parameters

options

The options MPIOptions.Init to load the MPIMapView with

showVenueOptions

The options MPIOptions.ShowVenue to show the venue with

errorCallback

Callback when MPIMapView.loadVenue fails, contains a MPIError as the first parameter, defaults to null