Newer
Older
googleMap / src / app / home / home.page.html
Luis Olaya on 15 Jun 2020 369 bytes Direccion
<ion-header [translucent]="true">
    <ion-toolbar>
        <ion-title>
            Direccion
        </ion-title>
    </ion-toolbar>
</ion-header>

<ion-content [fullscreen]="true">
    <ion-button (click)="dir()">Solicitar dirección</ion-button>
    <ion-card>
        <p>{{direccion}}</p>
        <p>{{lat}}</p>
        <p>{{lng}}</p>
    </ion-card>
</ion-content>