export default class CheckLocationResponse { latitude: number; longitude: number; imageData: any[]; }