installing geolocation and google maps apis, reducing location interval
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -43,7 +43,7 @@ class Home extends Shadow {
|
||||
(err) => console.error("Location error:", err),
|
||||
{ enableHighAccuracy: true }
|
||||
);
|
||||
}, 5000);
|
||||
}, 1000);
|
||||
|
||||
this.timer = timer
|
||||
}
|
||||
@@ -133,8 +133,6 @@ class Home extends Shadow {
|
||||
.padding("0 16px")
|
||||
})
|
||||
.marginTop(7, em)
|
||||
|
||||
|
||||
})
|
||||
.overflowX("hidden")
|
||||
.width(100, vw)
|
||||
|
||||
Reference in New Issue
Block a user