toggle menu
app
androidJvm
switch theme
search in API
app
/
org.scottishtecharmy.soundscape.geoengine
/
StreetPreview
/
StreetPreviewChoice
Street
Preview
Choice
data
class
StreetPreviewChoice
(
val
heading
:
Double
,
val
name
:
String
,
val
route
:
List
<
LngLatAlt
>
)
Members
Constructors
Street
Preview
Choice
Link copied to clipboard
constructor
(
heading
:
Double
,
name
:
String
,
route
:
List
<
LngLatAlt
>
)
Properties
heading
Link copied to clipboard
val
heading
:
Double
name
Link copied to clipboard
val
name
:
String
route
Link copied to clipboard
val
route
:
List
<
LngLatAlt
>