MapsIndoors Android
MapsIndoorsSDK
/
com.mapsindoors.core
/
MPDataSetCacheScope
MPData
Set
Cache
Scope
enum
MPDataSetCacheScope
Entries
Functions
Entries
BASIC
Link copied to clipboard
BASIC
DETAILED
Link copied to clipboard
DETAILED
FULL
Link copied to clipboard
FULL
Functions
has
Tiles
Link copied to clipboard
open
fun
hasTiles
(
)
:
Boolean
A quick way to check if the scope object includes the tiles type.
type
Is
Included
Link copied to clipboard
open
fun
typeIsIncluded
(
@
NonNull
urlResourceGroupType
:
MPUrlResourceGroupType
)
:
Boolean
Check if a given type (images, tiles, etc.
value
Of
Link copied to clipboard
open
fun
valueOf
(
name
:
String
)
:
MPDataSetCacheScope
Returns the enum constant of this type with the specified name.
values
Link copied to clipboard
open
fun
values
(
)
:
Array
<
MPDataSetCacheScope
>
Returns an array containing the constants of this enum type, in the order they're declared.