RoutePoint

class RoutePoint(var name: String, location: Location) : RealmObject

Constructors

Link copied to clipboard
constructor()
constructor(name: String, location: Location)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val route: RealmResults<RouteData>

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean