GeoSearchResult

data class GeoSearchResult(val member: String, val distance: Double?, val coordinates: GeoPosition?, val hash: Long?)

Constructors

Link copied to clipboard
constructor(member: String, distance: Double?, coordinates: GeoPosition?, hash: Long?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val hash: Long?
Link copied to clipboard