👉 Enroll now for the full course ➡ www.udemy.com/course/vuejs-google-maps-api-for-beginners/?couponCode=VGYT-90OFF-JAN25 Use 80% OFF Code: VGYT-90OFF-JAN25 (Expires on Jan 31st 2025)
@jallpass Hey thanks for the feedback and we’ll fix it as soon as we can. In the meantime, please shoot an email to info@softauthor.com and I’ll send you the source code. Cheers
Glad it helped Sazib! ♥️ Please consider subscribing to this channel for more videos like this if you've not already! I also have a full premium (Vue.js & Google Maps API) course on Udemy and you can check it out here: www.udemy.com/course/vuejs-google-maps-api-for-beginners/ Cheers!
Is Billing mandatory for this to work? "This API project is not authorized to use this API." Is this error caused due to billing not enabled? I have both Places API and Maps JavaScript API enabled with my key and it shows the error. Will Billing solve this? [37:05]
Hello, Yes..Billing needs to be enabled but you won't have to pay anything because Google gives $200 worth of request last time I checked which is more than enough for testing purposes. Please consider subscribing to this channel for more videos like this if you’ve not already. Cheers
Actually, I have resources for distance matrix api and location tracking. 1. Getting Started With Distance Matrix API softauthor.com/google-maps-distance-matrix-api/ 2. Firebase + Vue → Track Users Location Real-Time On The Google Maps softauthor.com/vue-firebase-track-users-location-real-time-on-the-google-maps/ 3. I also have a course that teaches you closer to what you're looking for (Checkout Module 3) www.udemy.com/course/vuejs-google-maps-api-for-beginners/ Cheers
👉 Enroll now for the full course ➡ www.udemy.com/course/vuejs-google-maps-api-for-beginners/?couponCode=VGYT-90OFF-JAN25
Use 80% OFF Code: VGYT-90OFF-JAN25 (Expires on Jan 31st 2025)
@jallpass Hey thanks for the feedback and we’ll fix it as soon as we can. In the meantime, please shoot an email to info@softauthor.com and I’ll send you the source code. Cheers
Thank you very much, your tutorial help me a lot to implement google cluster without any third-party package. Appreciate and love.
Glad it helped Sazib! ♥️ Please consider subscribing to this channel for more videos like this if you've not already!
I also have a full premium (Vue.js & Google Maps API) course on Udemy and you can check it out here:
www.udemy.com/course/vuejs-google-maps-api-for-beginners/
Cheers!
muchas gracias! tu tutorial me sirvio muchisimo!!!
I do not know what you’re saying but I am going assume you say something good about this video…
amazing tutorial, thanks!
You’re welcome!
when i set my position a message appear to me that i should pay for billing account any help please
You might need to add the credit card but you’ll get enough credit for testing without spending anything.
PLEASE REPLY
i get error : google is not defined
plz help me
I had to put the code in mounted() instead of created()
@@lazivi You must to including the Google Maps JavaScript API in order to get rid of the Google not defined error
Excellent video, it helped me a lot!
Glad it helped!
Is Billing mandatory for this to work? "This API project is not authorized to use this API." Is this error caused due to billing not enabled? I have both Places API and Maps JavaScript API enabled with my key and it shows the error. Will Billing solve this? [37:05]
Hello, Yes..Billing needs to be enabled but you won't have to pay anything because Google gives $200 worth of request last time I checked which is more than enough for testing purposes.
Please consider subscribing to this channel for more videos like this if you’ve not already. Cheers
@@SoftAuthor okay :/
amazing tutorial, thank you!
You're welcome eskTea! 🙂
Excellent and well explained. Thank you.
Glad you found it useful Charles! Please subscribe it to the channel for more videos like this if you've not already! Thank you!
@@SoftAuthor Thanks, subscribed.
This is great - do you have an example of Google distance api with live location tracking?
Actually, I have resources for distance matrix api and location tracking.
1. Getting Started With Distance Matrix API
softauthor.com/google-maps-distance-matrix-api/
2. Firebase + Vue → Track Users Location Real-Time On The Google Maps
softauthor.com/vue-firebase-track-users-location-real-time-on-the-google-maps/
3. I also have a course that teaches you closer to what you're looking for (Checkout Module 3)
www.udemy.com/course/vuejs-google-maps-api-for-beginners/
Cheers
My coordinates are wrong, it puts me about 200km away from my actual location. Pls some help.
When I am using autocomplete in mounted then google is not defined
Have you included the places javascript SDK script in your html file?
try to add window before google, like: new window.google.maps.places.Autocomplete(...)
Error: "This API project is not authorized to use this API." I am using my own key. What is the reason?
Check the 4 Point in the article for the solution: softauthor.com/google-maps-api-common-errors-solutions/
PLEASE REPLY
Hey ✋!
Do I need to install a google map library?
npm i vuejs-google-maps ????
google is not defined on showGoogleMap method? what I need to do ?
No
You need to link Google Maps JavaScript Library like showed in the video.