gatelogue-types
Preparing search index...
Located
Interface Located<S>
interface
Located
<
S
extends
boolean
=
true
>
{
coordinates
:
null
|
{
s
:
string
[]
;
v
:
[
number
,
number
]
}
;
i
:
number
;
proximity
:
Record
<
string
,
{
s
:
string
[]
;
v
:
{
distance
:
number
;
explicit
:
boolean
}
}
,
>
;
shared_facility
:
{
s
:
string
[]
;
v
:
number
}
[]
;
source
:
string
[]
;
type
:
string
;
world
:
null
|
Sourced
<
World
,
S
>
;
}
Type Parameters
S
extends
boolean
=
true
Hierarchy (
View Summary
)
Node
Located
AirAirport
RailStation
SeaStop
BusStop
Index
Properties
coordinates
i
proximity
shared_
facility
source
type
world
Properties
coordinates
coordinates
:
null
|
{
s
:
string
[]
;
v
:
[
number
,
number
]
}
i
i
:
number
proximity
proximity
:
Record
<
string
,
{
s
:
string
[]
;
v
:
{
distance
:
number
;
explicit
:
boolean
}
}
,
>
shared_
facility
shared_facility
:
{
s
:
string
[]
;
v
:
number
}
[]
source
source
:
string
[]
type
type
:
string
world
world
:
null
|
Sourced
<
World
,
S
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
coordinates
i
proximity
shared_
facility
source
type
world
gatelogue-types
Loading...