We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey @tomers, the app nicely demonstrates the extension.
Would you please point out how did you get the location coordinates from the extension?
The text was updated successfully, but these errors were encountered:
Hi @roshnet ,
See
quasar-geolocation-example/src/components/SamplePosition.vue
Lines 2 to 3 in 0e3dc09
You can add
Coords: {{ coords }}
between <div v-if="coords"> and <GmapMap ...
<div v-if="coords">
<GmapMap ...
to display location coordinates.
Kind regards
Sorry, something went wrong.
No branches or pull requests
Hey @tomers, the app nicely demonstrates the extension.
Would you please point out how did you get the location coordinates from the extension?
The text was updated successfully, but these errors were encountered: