here-map.component.html 275 Bytes
Newer Older
1
<div #mapElement style="width: 100%; height: 100%" id="mapContainer"></div>
2
3
4
5
6
<ion-fab class="get-position" vertical="bottom" horizontal="end" (click)="getCurrentPosition()" slot="fixed">
  <ion-fab-button>
    <ion-icon name="locate"></ion-icon>
  </ion-fab-button>
</ion-fab>