Time Stamps 00:00 | Introduction 01:57 | API Family 02:25 | Maps API 02:56 | Sample 04:49 | Places API 05:37 | Sample 08:49 | Routes API 10:20 | Sample 11:17 | Conclusion Hope this is helpful to someone in a rush. Thanks Angela and Google.
Just made a GeoGuessr clone using Google Maps Platform as a portfolio project. Your documentation is so organized and helpful. Thanks Google Maps Platform.
@Jeet Saluja The docs will have your answer. When I used it for free up to $200 worth of usage, and if I used it more than that I started getting charged. Not sure if the policy is still the same.
Use Google Business Profile to manage information about your restaurant including your menu! Here's a video about editing your Business Profile: ruclips.net/video/zyfqSKierWU/видео.html
You need an account to get an API key, but the first $200 of Maps Platform usage per month is free. Learn more about how billing credits works: developers.google.com/maps/billing-credits and use the Quickstart button here to get set up and acquire an API key: developers.google.com/maps/gmp-get-started
@@GoogleMapsPlatform Will this ever change in the future? I make websites for real estate agents and for them, it's way too much hassle to create a Google Maps API. Would be cool if we as devs could create API for others.
Hi, Glad to be here I appreciate Great video so, I want to know about what are the courses in maps. I suppose to learn for a good career opportunities because, I just started my career in Mapping..Thank You
Great stuff, thank you Angela. I'm wondering if there is a way to access the "Quick Facts" description that is available on Google Maps for when a user searches for a desired destination?
This is a popular feature request! Please "star" this issue in the Issue Tracker to get updates about this feature. issuetracker.google.com/issues/35827225
Hello Angela, It was an awesome explanation and walk through for GMP. I would like to know about GMP Pricing in India. I am trying to build a Mobile App using React Native Expo for Capturing Location Lat/Lng & Guiding User to travel from one Lat/Lng to another. Bit confused as to what API should I opt in and what would be the pricing say per month. Please suggest.
Google Maps Platform pricing is the same everywhere that Google Maps Platform is available. developers.google.com/maps/billing-and-pricing/pricing If you already know the coordinates that the user needs to travel to, you can use the mobile device's built-in location services to get the device's location and either use Directions API to display the route or launch Google Maps app for turn by turn navigation. Directions API: developers.google.com/maps/documentation/directions Launch Google Maps app (no charge) in Android: developers.google.com/maps/documentation/urls/android-intents?hl=en#launch-turn-by-turn-navigation and iOS: developers.google.com/maps/documentation/urls/ios-urlscheme?hl=en#add-navigation-to-your-app
Hello, Is it possible to use in mobile app, for user current location a shining blue beam that's showing direction in android google Map Fragment? Just like in Google Maps. How to implement it in app?
In the Maps SDK for Android, you can enable the MyLocation button and layer documented at developers.google.com/maps/documentation/android-sdk/location#the_my_location_layer. In the Maps SDK for iOS, enable the Compass and My Location controls documented at developers.google.com/maps/documentation/ios-sdk/controls
The Maps Booking API is separate from Google Maps Platform and is only available to Reserve with Google partners. You can browse documentation and learn more about becoming a Reserve with Google partner at developers.google.com/maps-booking
Good catch. The linked documentation (goo.gle/gmp-simple-map or developers.google.com/maps/documentation/javascript/examples/map-simple#html) has our latest guidance.
See the Get Started guide here: goo.gle/gmp-get-started or watch this playlist for a walkthrough of how to get started. ruclips.net/p/PL2rFahu9sLJ0yio9sC7BclL4a9r76ygHi
You can visualize a service area using polygons. Here's an example of using polygons with the Maps JS API: developers.google.com/maps/documentation/javascript/examples/polygon-simple
Subscribe to Google Maps Platform for tutorials, tips, user stories, announcements, and more! → goo.gle/GMapsPlatform
Time Stamps
00:00 | Introduction
01:57 | API Family
02:25 | Maps API
02:56 | Sample
04:49 | Places API
05:37 | Sample
08:49 | Routes API
10:20 | Sample
11:17 | Conclusion
Hope this is helpful to someone in a rush. Thanks Angela and Google.
Don't forget 08:10 where the Google Map API key is not censored.
Just made a GeoGuessr clone using Google Maps Platform as a portfolio project. Your documentation is so organized and helpful. Thanks Google Maps Platform.
@Jeet Saluja The docs will have your answer. When I used it for free up to $200 worth of usage, and if I used it more than that I started getting charged. Not sure if the policy is still the same.
i like how you paste your API KEY and blur it,but is still shows on the full URL( 6:49 )
I was gonna say that. Cringe
lol
This helps me a lot in my coding bootcamp capstone project! 😁
Fantastic overview!
What is the app you're using to do the coding in (3:06)
this is great info. Such a good video
If I want to use the APIs for a personal project, will I be charged after 90 days of usage? the amount of requests for the page will be very limited.
Thank you! Do you have any video on how to show menus of my restaurant as soon as the customer comes in?
Use Google Business Profile to manage information about your restaurant including your menu! Here's a video about editing your Business Profile: ruclips.net/video/zyfqSKierWU/видео.html
@@GoogleMapsPlatform thank you. If i manage my menu, will it pop up on a customer screen as soon as he is close enough from the restaurant???
Hello how can i get the details of a resturant like Cuisine Type ?
i am confused about the billing, is it free or we need to subscribe or purchase the API key?
You need an account to get an API key, but the first $200 of Maps Platform usage per month is free. Learn more about how billing credits works: developers.google.com/maps/billing-credits and use the Quickstart button here to get set up and acquire an API key: developers.google.com/maps/gmp-get-started
@@GoogleMapsPlatform Will this ever change in the future?
I make websites for real estate agents and for them, it's way too much hassle to create a Google Maps API.
Would be cool if we as devs could create API for others.
Someone forgot the API_KEY's censorship on the request's path at 6:51 ...
Hi, Glad to be here I appreciate Great video so, I want to know about what are the courses in maps. I suppose to learn for a good career opportunities because, I just started my career in Mapping..Thank You
Great stuff, thank you Angela. I'm wondering if there is a way to access the "Quick Facts" description that is available on Google Maps for when a user searches for a desired destination?
This is a popular feature request! Please "star" this issue in the Issue Tracker to get updates about this feature. issuetracker.google.com/issues/35827225
how can i find added place google map account? how can i change google account for added place in google map?
Hello Angela, It was an awesome explanation and walk through for GMP.
I would like to know about GMP Pricing in India.
I am trying to build a Mobile App using React Native Expo for Capturing Location Lat/Lng & Guiding User to travel from one Lat/Lng to another.
Bit confused as to what API should I opt in and what would be the pricing say per month.
Please suggest.
Google Maps Platform pricing is the same everywhere that Google Maps Platform is available. developers.google.com/maps/billing-and-pricing/pricing If you already know the coordinates that the user needs to travel to, you can use the mobile device's built-in location services to get the device's location and either use Directions API to display the route or launch Google Maps app for turn by turn navigation. Directions API: developers.google.com/maps/documentation/directions Launch Google Maps app (no charge) in Android: developers.google.com/maps/documentation/urls/android-intents?hl=en#launch-turn-by-turn-navigation and iOS: developers.google.com/maps/documentation/urls/ios-urlscheme?hl=en#add-navigation-to-your-app
@@GoogleMapsPlatform Thanks :)
Hi!
i wanna know if we can get the real time information of number of people present on a road or street?
That data is not provided via Google Maps Platform.
Hello, Is it possible to use in mobile app, for user current location a shining blue beam that's showing direction in android google Map Fragment? Just like in Google Maps. How to implement it in app?
In the Maps SDK for Android, you can enable the MyLocation button and layer documented at developers.google.com/maps/documentation/android-sdk/location#the_my_location_layer.
In the Maps SDK for iOS, enable the Compass and My Location controls documented at developers.google.com/maps/documentation/ios-sdk/controls
@@GoogleMapsPlatform Awesome!
Very helpful
any tutorials about Maps Booking API ?
The Maps Booking API is separate from Google Maps Platform and is only available to Reserve with Google partners. You can browse documentation and learn more about becoming a Reserve with Google partner at developers.google.com/maps-booking
Where do I get one of those shirts? I'm not kidding.
Google's merchandise store - look for the Chrome Dino collection for all swag, not just shirts shop.googlemerchandisestore.com/Chrome+Dino
Can I use java for Android map sdk🤔🤔
Yup! You'll see code samples in both Java and Kotlin in our documentation developers.google.com/maps/documentation/android-sdk/
Can someone use it to get inside of my phone?
hi, i wanna know in what API we can get vehicle speed data?
We don't have an API for tracking a vehicle's speed.
You need to request device sensory data. You don't need Google Maps API for that.
@@el_teodoro thnks for advice
And what Java?
pretty cool !!!
so is it defer or async?
Good catch. The linked documentation (goo.gle/gmp-simple-map or developers.google.com/maps/documentation/javascript/examples/map-simple#html) has our latest guidance.
Porque no hacen videos en español
How do you display json
Check out this video about GeoJSON support across Google Maps Platform: ruclips.net/video/7eHB_9_NtQo/видео.html
11:11 matapos na akon problema sa API
Not the Angela You that I know
lol that api key is visible on link but google hie it for video
i want to click the like button, but i just couldnt remove the 666
My account is not opened please help me
See the Get Started guide here: goo.gle/gmp-get-started or watch this playlist for a walkthrough of how to get started. ruclips.net/p/PL2rFahu9sLJ0yio9sC7BclL4a9r76ygHi
Спасибо!
How do we do service area google maps
You can visualize a service area using polygons. Here's an example of using polygons with the Maps JS API:
developers.google.com/maps/documentation/javascript/examples/polygon-simple
@@GoogleMapsPlatform it’s all free?
@@GoogleMapsPlatform any other videos to look into that will help outline a service area to
Intro to Google Maps Platform join developer and gowth my life
08:10 I have stolen this key.
Oke tankyou
I love the fact that even her hair has Google color 💙
??
How is that Google color?
@@el_teodoro the blue color of the Google logo
😀
Thats not angela yu
And what Java?