We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7bca5c commit b54ab9fCopy full SHA for b54ab9f
src/app/pages/maps/search-map/entity/Location.ts
@@ -1,4 +1,4 @@
1
export class Location {
2
- constructor(public latitude: number = 54, public longitude: number = 33) {
+ constructor(public latitude: number = 53.9, public longitude: number = 27.5667) {
3
}
4
0 commit comments