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