toggle menu
app
androidJvm
switch theme
search in API
app
/
org.scottishtecharmy.soundscape.geoengine.mvttranslation
/
IntersectionDetails
Intersection
Details
data
class
IntersectionDetails
(
val
name
:
String
,
val
type
:
String
,
val
subClass
:
String
,
val
brunnel
:
String
,
val
id
:
Double
,
var
lineEnd
:
Boolean
=
false
)
Members
Constructors
Intersection
Details
Link copied to clipboard
constructor
(
name
:
String
,
type
:
String
,
subClass
:
String
,
brunnel
:
String
,
id
:
Double
,
lineEnd
:
Boolean
=
false
)
Properties
brunnel
Link copied to clipboard
val
brunnel
:
String
id
Link copied to clipboard
val
id
:
Double
line
End
Link copied to clipboard
var
lineEnd
:
Boolean
name
Link copied to clipboard
val
name
:
String
sub
Class
Link copied to clipboard
val
subClass
:
String
type
Link copied to clipboard
val
type
:
String