mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-25 14:07:28 +00:00
docs: clarify captured at timestamp
This commit is contained in:
parent
4aa7b8ce06
commit
d527a7de6e
@ -21,7 +21,9 @@ export interface SpatialImageEnt extends CameraEnt, IDEnt {
|
||||
atomic_scale?: number;
|
||||
|
||||
/**
|
||||
* Timestamp when the image was captured.
|
||||
* Timestamp representing the capture date and time.
|
||||
*
|
||||
* @description Unix epoch timestamp in milliseconds.
|
||||
*/
|
||||
captured_at: number;
|
||||
|
||||
|
||||
@ -125,6 +125,9 @@ export class Image {
|
||||
/**
|
||||
* Get capturedAt.
|
||||
*
|
||||
* @description Timestamp of the image capture date
|
||||
* and time represented as a Unix epoch timestamp in milliseconds.
|
||||
*
|
||||
* @returns {number} Timestamp when the image was captured.
|
||||
*/
|
||||
public get capturedAt(): number {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user