LocationPoint
@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
createdAt
createdAt:
string
Defined in: src/models/types.ts:254
Inherited from
description
description:
GlossItem
[]
Defined in: src/models/types.ts:247
Inherited from
id
id:
string
Defined in: src/models/types.ts:245
Inherited from
locationType
locationType:
"point"
Defined in: src/models/types.ts:298
Overrides
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
name
name:
string
Defined in: src/models/types.ts:246
Inherited from
typeAssignments
typeAssignments:
EntityTypeAssignment
[]
Defined in: src/models/types.ts:248
Inherited from
updatedAt
updatedAt:
string
Defined in: src/models/types.ts:255