java.lang.Object | |
↳ | com.mapsted.ui.MapstedMapUiApi.SetupImpl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SetupImpl() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
initialize(CustomParams params, MapUiApi.MapUiInitCallback callback)
Initializes Map Ui SDK.
| ||||||||||
boolean |
isInitialized()
Whether the sdk has already initialized or not.
| ||||||||||
void |
requestLocationPermissions()
This will request location permissions.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Initializes Map Ui 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.
params | Customizable parameters |
---|---|
callback | Initialization callback for receiving success and failure |
Whether the sdk has already initialized or not.
This will request location permissions. Note that if location permissions have already been given, the request will be ignored. If the MapUiInitCallback is still valid, it will be notified if they are given