toggle menu
re.this
0.1.6
common
switch theme
search in API
re.this
/
eu.vendeli.rethis.types.common
/
GeoSearchResult
Geo
Search
Result
data
class
GeoSearchResult
(
val
member
:
String
,
val
distance
:
Double
?
,
val
coordinates
:
GeoPosition
?
,
val
hash
:
Long
?
)
Members
Constructors
Geo
Search
Result
Link copied to clipboard
constructor
(
member
:
String
,
distance
:
Double
?
,
coordinates
:
GeoPosition
?
,
hash
:
Long
?
)
Properties
coordinates
Link copied to clipboard
val
coordinates
:
GeoPosition
?
distance
Link copied to clipboard
val
distance
:
Double
?
hash
Link copied to clipboard
val
hash
:
Long
?
member
Link copied to clipboard
val
member
:
String