Nothing here yet.
Nothing here yet.
No blogs yet.
You can use geolocation api: created(){ // want to make api call using latitude and longitude // if (navigator.geolocation) { navigator.geolocation.getCurrentPosition( (position) => { this .apiCall( position.coords.latitude, position.coords.longitude ); }); } }