2021-01-16 23:59:59 +08:00
|
|
|
import {GPSMetadata} from '../../../common/entities/PhotoDTO';
|
|
|
|
|
|
|
|
|
|
|
|
export class LocationManager {
|
|
|
|
|
|
|
|
async getGPSData(text: string): Promise<GPSMetadata> {
|
2021-01-17 17:56:33 +08:00
|
|
|
throw new Error('TODO implement');
|
2021-01-16 23:59:59 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|