lib/common/file/entity/gps-file-metadata.entity.ts
The entity stores the GPS metadata of the file
Properties |
altitude |
Type : number
|
Decorators :
@Index()
|
id |
Type : number
|
Decorators :
@PrimaryGeneratedColumn({zerofill: true})
|
latitude |
Type : number
|
Decorators :
@Index()
|
longitude |
Type : number
|
Decorators :
@Index()
|