export class Location { constructor(public latitude: number = 54, public longitude: number = 33) { } }