sdk
/
com.sygic.sdk.map.data
/
MapVersion
Map
Version
data class
MapVersion
(year:
Int
, month:
Int
) :
Parcelable
Content copied to clipboard
Class representing a map version.
Constructors
Functions
Properties
Constructors
MapVersion
Link copied to clipboard
fun
MapVersion
(year:
Int
, month:
Int
)
Content copied to clipboard
Functions
describeContents
Link copied to clipboard
abstract fun
describeContents
():
Int
Content copied to clipboard
writeToParcel
Link copied to clipboard
abstract fun
writeToParcel
(p0:
Parcel
, p1:
Int
)
Content copied to clipboard
Properties
month
Link copied to clipboard
val
month
:
Int
Content copied to clipboard
Month in which a map was generated, -1 if the property is invalid.
year
Link copied to clipboard
val
year
:
Int
Content copied to clipboard
Year in which a map was generated, -1 if the property is invalid.