Skip to main content

Location

@fovea/server


@fovea/server / models/types / Location

Interface: Location

Defined in: src/models/types.ts:292

Extends

Extended by

Properties

coordinateSystem?

optional coordinateSystem: "GPS" | "cartesian" | "relative"

Defined in: src/models/types.ts:294


createdAt

createdAt: string

Defined in: src/models/types.ts:254

Inherited from

Entity.createdAt


description

description: GlossItem[]

Defined in: src/models/types.ts:247

Inherited from

Entity.description


id

id: string

Defined in: src/models/types.ts:245

Inherited from

Entity.id


locationType

locationType: "point" | "extent"

Defined in: src/models/types.ts:293


metadata

metadata: object

Defined in: src/models/types.ts:249

alternateNames?

optional alternateNames: string[]

externalIds?

optional externalIds: Record<string, string>

properties?

optional properties: Record<string, unknown>

Inherited from

Entity.metadata


name

name: string

Defined in: src/models/types.ts:246

Inherited from

Entity.name


typeAssignments

typeAssignments: EntityTypeAssignment[]

Defined in: src/models/types.ts:248

Inherited from

Entity.typeAssignments


updatedAt

updatedAt: string

Defined in: src/models/types.ts:255

Inherited from

Entity.updatedAt