spatial-monorepo / imdf/src / VenueProps
Interface: VenueProps
Defined in: packages/imdf/src/types.ts:129
Extends
Record`<string,unknown>`
Indexable
[
key:string]:unknown
Properties
address_id
address_id:
string
Defined in: packages/imdf/src/types.ts:138
alt_name
alt_name:
Labels|null
Defined in: packages/imdf/src/types.ts:133
category
category:
VenueCategory
Defined in: packages/imdf/src/types.ts:130
display_point
display_point:
object
Defined in: packages/imdf/src/types.ts:137
coordinates
coordinates:
Position2D
type
type:
"Point"
hours
hours:
string|null
Defined in: packages/imdf/src/types.ts:134
name
name:
Labels
Defined in: packages/imdf/src/types.ts:132
phone
phone:
string|null
Defined in: packages/imdf/src/types.ts:135
restriction
restriction:
RestrictionCategory|null
Defined in: packages/imdf/src/types.ts:131
website
website:
string|null
Defined in: packages/imdf/src/types.ts:136
