@cityjson/flatcitybuf
Preparing search index...
index
CityJSONFeature
Interface CityJSONFeature
Every subsequent line.
interface
CityJSONFeature
{
appearance
?:
Appearance
;
CityObjects
:
Record
<
string
,
CityObject
>
;
id
:
string
;
type
:
"CityJSONFeature"
;
vertices
:
[
number
,
number
,
number
]
[]
;
}
Index
Properties
appearance?
City
Objects
id
type
vertices
Properties
Optional
appearance
appearance
?:
Appearance
City
Objects
CityObjects
:
Record
<
string
,
CityObject
>
id
id
:
string
type
type
:
"CityJSONFeature"
vertices
vertices
:
[
number
,
number
,
number
]
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
appearance
City
Objects
id
type
vertices
@cityjson/flatcitybuf
Loading...
Every subsequent line.