Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-core
/
com.mapsted.positioning
/
CoreParams
Core
Params
open
class
CoreParams
Members
Constructors
Core
Params
Link copied to clipboard
constructor
(
)
Types
Builder
Link copied to clipboard
open
class
Builder
<
M
:
CoreParams
?
,
B
:
CoreParams.Builder
<
M
,
B
>
?
>
Simulator
Path
Link copied to clipboard
open
class
SimulatorPath
Properties
cms
Sync
Batch
Size
Link copied to clipboard
open
var
cmsSyncBatchSize
:
Int
Functions
is
Foreground
Service
Resume
Activity
Set
Link copied to clipboard
open
fun
isForegroundServiceResumeActivitySet
(
)
:
Boolean
is
Prefetch
Map
Data
Link copied to clipboard
open
fun
isPrefetchMapData
(
)
:
Boolean
new
Builder
Link copied to clipboard
open
fun
newBuilder
(
)
:
CoreParams.Builder
<
out
CoreParams
,
out
CoreParams.Builder
>
set
Foreground
Service
Resume
Activity
Link copied to clipboard
open
fun
setForegroundServiceResumeActivity
(
@
NonNull
activityClass
:
Class
<
out
Any
>
)
set
Prefetch
Map
Data
Link copied to clipboard
open
fun
setPrefetchMapData
(
enable
:
Boolean
)
set
Simulator
Path
Link copied to clipboard
open
fun
setSimulatorPath
(
@
Nullable
simulatorPath
:
CoreParams.SimulatorPath
)