app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.geoengine.utils.geocoders
/
TileSearch
/
TileSearchResult
Tile
Search
Result
data
class
TileSearchResult
(
var
score
:
Double
,
var
string
:
String
,
val
tileX
:
Int
,
val
tileY
:
Int
)
Members
Constructors
Tile
Search
Result
Link copied to clipboard
constructor
(
score
:
Double
,
string
:
String
,
tileX
:
Int
,
tileY
:
Int
)
Properties
score
Link copied to clipboard
var
score
:
Double
string
Link copied to clipboard
var
string
:
String
tile
X
Link copied to clipboard
val
tileX
:
Int
tile
Y
Link copied to clipboard
val
tileY
:
Int