MarkerEntity

class MarkerEntity(val markerId: Long = 0, val name: String, val longitude: Double, val latitude: Double, val fullAddress: String = "")

Constructors

Link copied to clipboard
constructor(markerId: Long = 0, name: String, longitude: Double, latitude: Double, fullAddress: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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