detail + position modifiche

This commit is contained in:
tito
2023-04-15 12:30:52 +02:00
parent d61e6b7a87
commit 4ccb2d5075
3 changed files with 16 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ export class DetailComponent implements OnInit {
console.log(this.id);
console.log(this.embed);
this.cord = await this.positionService.getLocation();
console.log(this.cord);
this.checkDistanceTimer();
}