ngx-admin/src/app/pages/maps/search-map/entity/Location.ts

4 lines
114 B
TypeScript

export class Location {
constructor(public latitude: number = 53.9, public longitude: number = 27.5667) {
}
}