Skip to content

spatial-monorepo


spatial-monorepo / imdf/src / AmenityProps

Interface: AmenityProps

Defined in: packages/imdf/src/types.ts:189

Extends

  • Record`<string, unknown>`

Indexable

[key: string]: unknown

Properties

alt_name

alt_name: Labels | null

Defined in: packages/imdf/src/types.ts:192


category

category: AmenityCategory

Defined in: packages/imdf/src/types.ts:190


display_point

display_point: { coordinates: Position2D; type: "Point"; } | null

Defined in: packages/imdf/src/types.ts:197


hours

hours: string | null

Defined in: packages/imdf/src/types.ts:193


name

name: Labels | null

Defined in: packages/imdf/src/types.ts:191


phone

phone: string | null

Defined in: packages/imdf/src/types.ts:194


unit_ids

unit_ids: string[]

Defined in: packages/imdf/src/types.ts:196


website

website: string | null

Defined in: packages/imdf/src/types.ts:195

Released under commercial licensing.