toggle menu
app
androidJvm
switch theme
search in API
app
/
org.scottishtecharmy.soundscape.database.local.model
/
RoutePoint
Route
Point
class
RoutePoint
(
var
name
:
String
,
location
:
Location
)
:
RealmObject
Members
Constructors
Route
Point
Link copied to clipboard
constructor
(
)
constructor
(
name
:
String
,
location
:
Location
)
Properties
location
Link copied to clipboard
var
location
:
Location
?
name
Link copied to clipboard
var
name
:
String
route
Link copied to clipboard
val
route
:
RealmResults
<
RouteData
>
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean