MarkerData

class MarkerData(var addressName: String, var location: Location?, var fullAddress: String = "", var objectId: ObjectId = ObjectId()) : RealmObject

Constructors

Link copied to clipboard
constructor()
constructor(addressName: String, location: Location?, fullAddress: String = "", objectId: ObjectId = ObjectId())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@PrimaryKey
var objectId: ObjectId

Functions

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