🙋 Do you have any questions about React or the API? Let us know below and subscribe for more Google Maps Platform tips → goo.gle/GoogleMapsPlatform
@zlackbiro Жыл бұрын
Is this library free to use? If not, where to find pricing list?
@akshatjain928111 ай бұрын
does it work with latest react? because i am having the peer dependency issue
@BoyaniOmbogo Жыл бұрын
Thank you ! Very nice and simple explanation.
@capmajo33410 ай бұрын
It wasnt allowing me to move in any direction or to zoom in or out. To do this, you have to use defaultZoom and defaultCenter. If not, the map will be in a fixed position.
@cpn10119 ай бұрын
can i ask you how? i have the issues you told.
@capmajo3349 ай бұрын
@@cpn1011 instead of using the property zoom={9} use defaultZoom={9}, same goes for center
@cpn10119 ай бұрын
Thank you:) eventually i solved the issue from your saying.
@floydizzle3 ай бұрын
@@cpn1011 For anyone else trying to figure this out, you need to replace the zoom and center props with defaultZoom and defaultCenter!
@Daniel-nb3kkАй бұрын
thanks
@jpkeys60004 ай бұрын
Thank you Leigh!
@frontend_ko10 ай бұрын
okay, thanks for nice tutorial and helpful comments
@GatoNordico Жыл бұрын
This is great news! Keep them videos coming, really curious what this library will allow… in the meantime I’ll spend some time reading the docs 🙏🏻
@hussamshannan66046 ай бұрын
This is very helpful ♥️thank you 🙏🏾
@LatinoWebStudioАй бұрын
Do you know how to display the Google Reviews from my Google Business Profile?
@334gabriel8 ай бұрын
How did you create that theme?
@zkcll5574 Жыл бұрын
Are those '&&' in line 28 at last moment?
@justin949411 ай бұрын
How do I integrate places autocomplete with this?
@nathanvanzandt92657 ай бұрын
Is there a way to make the map responsive to screen height or width changes? I tried width: 100% and it does not work
@paulopma Жыл бұрын
The npm page says it's still in alpha. Isn't it safe for production yet?
@muhamadbayu495510 ай бұрын
how can i show the maps, is it next start? but it says: next : The term 'next' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + next start + ~~~~ + CategoryInfo : ObjectNotFound: (next:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
@qualion Жыл бұрын
Anyone knows how to implement marker clustering with this new library?
@GoogleMapsPlatform Жыл бұрын
We've added a Marker Clustering sample to visgl.github.io/react-google-maps/examples with source code at github.com/visgl/react-google-maps/tree/main/examples/marker-clustering
@tengineer14536 ай бұрын
hello, how can i take screenhot to maps without the other elements, for example; drawing manager or tilt setting button, i want to take just maps image like i done with mapbox.getcanvas function
@JonnyOrtiz-wu8ii11 ай бұрын
Unable to pan the map left, right, up or down
@yungrut65538 ай бұрын
defaultCenter and defaultZoom not center and zoom
@ecpefkeh5986 Жыл бұрын
can you make more videos for this library please
@shinpaingmin603 Жыл бұрын
Is it totoally free? Do I need to give credit card information?
@GoogleMapsPlatform Жыл бұрын
You can learn more about billing and credits for use of the Maps JavaScript API at developers.google.com/maps/documentation/javascript/usage-and-billing
@VinayTandale9 ай бұрын
Please correct the video by changing the Map props from zoom and center to Default zoom and defaultcenter
@juani_gauna Жыл бұрын
i couldn't find the library what you use for the ApiProvider component
@GoogleMapsPlatform Жыл бұрын
It comes from the line that imports the @vis.gl/react-google-maps library: import { APIProvider } from "@vis.gl/react-google-maps";
@paulopma Жыл бұрын
Do you have some example using Pegman (the yellow man for street view hahaha)?
@phongngo3159 ай бұрын
Hello. I'm using const places = useMapsLibrary("places") to implement autocomplete. But it doesn't work, the variable places always null. please help me
@marouaguentiti83289 ай бұрын
How can I just display the map of a specific country?
@SamBattis Жыл бұрын
How can you load the broader Google Maps Javascript API in React so outside of tags, features such as google.maps. elements can be used? I have not been able to find any documentation for this.
@No-zk5xn Жыл бұрын
what should be the type of map id in the typescript ? the key is output to the console, and id undefined
@No-zk5xn Жыл бұрын
error in console The map is initialized without a valid Map ID, which will prevent use of Advanced Markers.
@No-zk5xn Жыл бұрын
when i use type string
@juju_be5 ай бұрын
instead of zoom and center, use defaultZoom and defaultCenter. Otherwise you cant zoom or drag around the map.
@alexanderhamming5139Ай бұрын
@dannyisrael Жыл бұрын
doesn’t this make the google maps api key public?
@leighhalliday Жыл бұрын
Yes Danny! Yes, it does, and it has to be public to use maps... but that's no problem because Google provides a way to add restrictions for your API Key. You can restrict it to the Web, to specific APIs, and you can restrict it to your website only... so if someone copies it and tries to use it on their website, it won't work. You should definitely add the appropriate restrictions any time you're using an API Key from Google.
@GoogleMapsPlatform Жыл бұрын
Here's a video on restricting your API key: kzbin.info/www/bejne/aJCri4KYi8eYY8ksi=J9HCo0znWLhW3WST&t=87 and detailed recommendations at developers.google.com/maps/api-security-best-practices
@siobe0 Жыл бұрын
Is the info window style-able or do we have to implement a custom component for that? edit for anyone with the same question: The InfoWindow component in this library is using the google.maps.InfoWindow class under the hood so your application cannot fully control the styling of the window or the close button. I've tried to implement a dark mode in the past and ran into issues with styling the google.maps.InfoWindow class for which my workaround was to extend the CustomOverlay class to implement a "custom info window" - not sure if there's a better solution for this now as this was 2 yrs ago but definitely seems like it should be part of this new library.
@GoogleMapsPlatform Жыл бұрын
Thanks for raising this on GitHub! Others interested in custom info window support, chime in on this issue: github.com/visgl/react-google-maps/issues/83
@Veera8124_ Жыл бұрын
can i only show the africa map using javascript and react.
@franckf66925 ай бұрын
Why react and not angular?
@myWorldDiscover8 ай бұрын
zooming by mouse not working!
@GeniusBrilliant Жыл бұрын
is it an official google team channel and library? or just a channel who really good pretend to be?
@UmutBektaş-p7n Жыл бұрын
Doesn't it support mobile? The map looks very bad on mobile.
@godriceeichie11 ай бұрын
I'm I the only that could not install the package because of the splitting error showing on the terminal
@ene_andre11 ай бұрын
you'll be able to install it just fine in your command prompt not via vs code terminal
@godriceeichie11 ай бұрын
@@ene_andre okay thanks
@Vandana_pawar6 ай бұрын
@@ene_andre but it doesnt shows their files in vscode
@ene_andre6 ай бұрын
@@Vandana_pawar Hi, it worked for me tho, maybe ensure you are installing the package from your cmd in the exact project path you are working on
@JonnyOrtiz-wu8ii11 ай бұрын
Zoom doesn't work, map won't zoom in or out
@JonnyOrtiz-wu8ii11 ай бұрын
nevermind, just fixed this by changing zoom props to defaultZoom
@rubiadias7677 Жыл бұрын
Gracias o/
@leighhalliday Жыл бұрын
De nada!
@Daniel_Ben_AvrahamАй бұрын
>works at google >not using chromebook bro failed the vibecheck
@md.abuhanifa984311 ай бұрын
❤️❤️💚💚🇧🇩🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲💛💛💛💛💛💛💛💛💛💛💛💛💛🤲💯💯Thanks a Lot my honourable lovely all of my Soulful & faithful friends. Again,Thank you.❤️❤️💚💚🇧🇩🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲🤲💯