app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.geoengine.utils.geocoders
/
StreetDescription
/
StreetPosition
Street
Position
data
class
StreetPosition
(
val
name
:
String
=
""
,
val
distance
:
Double
=
Double.MAX_VALUE
)
Members
Constructors
Street
Position
Link copied to clipboard
constructor
(
name
:
String
=
""
,
distance
:
Double
=
Double.MAX_VALUE
)
Properties
distance
Link copied to clipboard
val
distance
:
Double
name
Link copied to clipboard
val
name
:
String