sdk
sdk
/
com.sygic.sdk.map
/
MapView
/
State
State
@
RestrictTo
(
value
=
RestrictTo.Scope.LIBRARY
)
open
class
State
:
Parcelable
Constructors
Functions
Properties
Constructors
State
Link copied to clipboard
open
fun
State
(
)
State
Link copied to clipboard
open
fun
State
(
in
:
Parcel
)
Functions
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
dest
:
Parcel
,
flags
:
Int
)
Properties
CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
MapView.State
>
incident
Warning
Settings
Link copied to clipboard
@
NotNull
open
var
incidentWarningSettings
:
SparseArrayCompat
<
IncidentWarningSettings
>
locale
Link copied to clipboard
@
NonNull
open
var
locale
:
Locale
map
Layer
Category
Visibility
Link copied to clipboard
@
NonNull
open
var
mapLayerCategoryVisibility
:
SparseArrayCompat
<
Boolean
>
map
Warning
Settings
Link copied to clipboard
@
Nullable
open
var
mapWarningSettings
:
MapWarningSettings
PARCELABLE_WRITE_RETURN_VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
speed
Units
Link copied to clipboard
open
var
speedUnits
:
Int
traffic
Sign
Settings
Link copied to clipboard
@
NonNull
open
var
trafficSignSettings
:
HashMap
<
TrafficSignSettings.SignType
,
HashMap
<
TrafficSignSettings.CountrySignage
,
TrafficSignSettings
>
>
violation
Types
Link copied to clipboard
@
NonNull
open
var
violationTypes
:
List
<
RouteRestrictionSettings.ViolationType
>
warning
Type
Visibility
Link copied to clipboard
@
NonNull
open
var
warningTypeVisibility
:
SparseArrayCompat
<
Boolean
>