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-ui
/
com.mapsted.ui.data.local.db.savedroutes
/
SavedRouteItem
Saved
Route
Item
data
class
SavedRouteItem
(
val
routeId
:
Int
=
Int.MAX_VALUE
,
val
routeName
:
String
,
val
itinerary
:
String
,
val
propertyId
:
Int
,
val
saveDate
:
Long
)
:
Serializable
Members
Constructors
Saved
Route
Item
Link copied to clipboard
constructor
(
routeId
:
Int
=
Int.MAX_VALUE
,
routeName
:
String
,
itinerary
:
String
,
propertyId
:
Int
,
saveDate
:
Long
)
Properties
itinerary
Link copied to clipboard
val
itinerary
:
String
property
Id
Link copied to clipboard
val
propertyId
:
Int
route
Id
Link copied to clipboard
val
routeId
:
Int
route
Name
Link copied to clipboard
val
routeName
:
String
save
Date
Link copied to clipboard
val
saveDate
:
Long