java.lang.Object | |
↳ | com.mapsted.ui.MapstedMapUiApi.SetupImpl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SetupImpl(Context context) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
initialize(CustomParams params, MapUiApi.MapUiInitCallback initCallback, CoreApi.LocationServicesCallback locCallback)
Initializes Mapsted SDK.
| ||||||||||
void |
initialize(CustomParams params, MapUiApi.MapUiInitCallback initCallback)
Initializes Mapsted SDK.
| ||||||||||
boolean |
isInitialized()
Whether the sdk has already initialized or not.
| ||||||||||
void |
requestLocationPermissions()
This will request location permissions.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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.
params | Customizable parameters |
---|---|
initCallback | Initialization callback for receiving success and failure |
locCallback | Callback for when location services have started |
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.
params | Customizable parameters |
---|---|
initCallback | 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