Doc lat/lng
This commit is contained in:
@@ -157,10 +157,28 @@ export interface FilePublicMagicMetadataProps {
|
||||
*/
|
||||
caption?: string;
|
||||
uploaderName?: string;
|
||||
/** Width of the image / video, in pixels. */
|
||||
/**
|
||||
* Width of the image / video, in pixels.
|
||||
*/
|
||||
w?: number;
|
||||
/** Height of the image / video, in pixels. */
|
||||
/**
|
||||
* Height of the image / video, in pixels.
|
||||
*/
|
||||
h?: number;
|
||||
/**
|
||||
* Edited latitude for the {@link EnteFile}.
|
||||
*
|
||||
* If the user edits the location (latitude and longitude) of a file within
|
||||
* Ente, then the edits will be stored as the {@link lat} and {@link long}
|
||||
* properties in the file's public magic metadata.
|
||||
*/
|
||||
lat?: number;
|
||||
/**
|
||||
* Edited longitude for the {@link EnteFile}.
|
||||
*
|
||||
* See {@link long}.
|
||||
*/
|
||||
long?: number;
|
||||
}
|
||||
|
||||
export type FilePublicMagicMetadata =
|
||||
|
||||
Reference in New Issue
Block a user