app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.geoengine.mvttranslation
/
Intersection
Intersection
class
Intersection
:
Feature
Members
Constructors
Intersection
Link copied to clipboard
constructor
(
)
Properties
bbox
Link copied to clipboard
@
Json
(
name
=
"bbox"
)
var
bbox
:
List
<
Double
>
?
dijkstra
Distance
Link copied to clipboard
var
dijkstraDistance
:
Double
dijkstra
Previous
Link copied to clipboard
var
dijkstraPrevious
:
Intersection
?
dijkstra
Run
Count
Link copied to clipboard
var
dijkstraRunCount
:
Int
foreign
Link copied to clipboard
var
foreign
:
HashMap
<
String
,
Any
?
>
?
In the (abridged) Feature object shown below
geometry
Link copied to clipboard
@
Json
(
name
=
"geometry"
)
var
geometry
:
GeoJsonObject
id
Link copied to clipboard
@
Json
(
name
=
"id"
)
var
id
:
String
?
intersection
Type
Link copied to clipboard
var
intersectionType
:
IntersectionType
location
Link copied to clipboard
var
location
:
LngLatAlt
members
Link copied to clipboard
var
members
:
MutableList
<
Way
>
name
Link copied to clipboard
var
name
:
String
properties
Link copied to clipboard
@
Json
(
name
=
"properties"
)
var
properties
:
HashMap
<
String
,
Any
?
>
?
type
Link copied to clipboard
@
Json
(
name
=
"type"
)
var
type
:
String
Functions
to
Feature
Link copied to clipboard
fun
toFeature
(
)