Skip to main content

LocationPoint

@fovea/server


@fovea/server / models/types / LocationPoint

Interface: LocationPoint

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

Extends

Properties

coordinates

coordinates: object

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

altitude?

optional altitude: number

latitude?

optional latitude: number

longitude?

optional longitude: number

x?

optional x: number

y?

optional y: number

z?

optional z: number


coordinateSystem?

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

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

Inherited from

Location.coordinateSystem


createdAt

createdAt: string

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

Inherited from

Location.createdAt


description

description: GlossItem[]

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

Inherited from

Location.description


id

id: string

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

Inherited from

Location.id


locationType

locationType: "point"

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

Overrides

Location.locationType


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

Location.metadata


name

name: string

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

Inherited from

Location.name


typeAssignments

typeAssignments: EntityTypeAssignment[]

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

Inherited from

Location.typeAssignments


updatedAt

updatedAt: string

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

Inherited from

Location.updatedAt