initialize

abstract fun initialize(@NonNull params: CustomParams, @NonNull initCallback: MapUiApi.MapUiInitCallback)

Initializes Mapsted SDK. It will also initialize other dependent services. Sdk will ask for permission if already not granted. This method will also show other map features like search, floor changer icons etc. For a map without these features, try the other MapstedSdkController::initializeMapstedSDK.

Parameters

params

Customizable parameters

initCallback

Initialization callback for receiving success and failure

See also

#onDestroy()


abstract fun initialize(@NonNull params: CustomParams, @NonNull initCallback: MapUiApi.MapUiInitCallback, @Nullable locationCallback: CoreApi.LocationServicesCallback)

Initializes Mapsted SDK. It will also initialize other dependent services. Sdk will ask for permission if already not granted. This method will also show other map features like search, floor changer icons etc. For a map without these features, try the other MapstedSdkController::initializeMapstedSDK.

Parameters

params

Customizable parameters

initCallback

Initialization callback for receiving success and failure

locationCallback

Callback for when location services have started

See also

#onDestroy()