app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.database.local.model
/
RouteMarkerCrossRef
Route
Marker
Cross
Ref
data
class
RouteMarkerCrossRef
(
val
routeId
:
Long
,
val
markerId
:
Long
,
val
markerOrder
:
Int
?
=
null
)
Members
Constructors
Route
Marker
Cross
Ref
Link copied to clipboard
constructor
(
routeId
:
Long
,
markerId
:
Long
,
markerOrder
:
Int
?
=
null
)
Properties
marker
Id
Link copied to clipboard
val
markerId
:
Long
marker
Order
Link copied to clipboard
val
markerOrder
:
Int
?
=
null
route
Id
Link copied to clipboard
val
routeId
:
Long