Google Maps and Directions API on React Native

  Рет қаралды 37,748

Fabio Bergmann

Fabio Bergmann

Күн бұрын

Пікірлер: 65
@fabiobergmann3225
@fabiobergmann3225 Жыл бұрын
I did a video answering many question from comments below. Please check this: kzbin.info/www/bejne/fnzPnmujaKl8oK8
@susanwojcickiisalonelyrath7311
@susanwojcickiisalonelyrath7311 Жыл бұрын
You should really make more tutorials if you have time; this is among the best I've seen on YT for working with Google maps and react native.
@susanwojcickiisalonelyrath7311
@susanwojcickiisalonelyrath7311 Жыл бұрын
Thank you so much, this is a great tutorial for understanding the concepts / components required when working with Google Maps for the first time.
@calrogerscal7018
@calrogerscal7018 Жыл бұрын
wow, you've earned yourself a subscriber..........thank you for this information
@SmartgamersCity
@SmartgamersCity Жыл бұрын
I got a problem when I build the Apk it good but if I open the Map it go out like it crash from the apk . even if I did all the stepses from google cloud !! so can you please help me?
@ardijanmustafa5461
@ardijanmustafa5461 Жыл бұрын
I fucking love you dude, you helped me so much like lowkey saved my life with this tutorial. I just started with React Native and this tutorial helped me a lot with my project for my UNI. Much love!
@raymans8244
@raymans8244 2 жыл бұрын
Great video. I have always wanted this Thanks
@maulikvirani5050
@maulikvirani5050 7 ай бұрын
hello, how can i convert my latitude and longitude to real Address like i want to full address with area, city, state, country and pincode. without any billing method. can you please provide any free api which provide this criteria's.
@viliusr7928
@viliusr7928 Жыл бұрын
Hi, how do I make a fixed destination or have a destination selected on default when opening the app?
@fabiobergmann3225
@fabiobergmann3225 Жыл бұрын
I did a video answering many question from comments below. Please check this: kzbin.info/www/bejne/fnzPnmujaKl8oK8
@alashish
@alashish 7 ай бұрын
This is great, exactly what i was looking for. Can you point me to how to move markers and test it locally i mean locally test tracking
@hiii3763
@hiii3763 2 жыл бұрын
anyone encounter this Invariant Violation: requireNativeComponent: "AIRMap" was not found in the UIManager.
@fabiobergmann3225
@fabiobergmann3225 Жыл бұрын
Check the new video, I talk about this. kzbin.info/www/bejne/fnzPnmujaKl8oK8
@titoy3523
@titoy3523 10 ай бұрын
Hello, I do really appreciate this tutorial and maybe I could request about google map and will show red markers that has coordinate value that came from Laravel as API.
@caglarcavdar7628
@caglarcavdar7628 2 жыл бұрын
This was really helpful thank you very much
@emaaadelgado
@emaaadelgado Жыл бұрын
Thank you so much for this content, you truly save me..
@fabiobergmann3225
@fabiobergmann3225 Жыл бұрын
Thanks! More videos coming soon.
@AllahomAnsorGaza
@AllahomAnsorGaza 5 ай бұрын
THE API KEY MUST BE IN APPICATION its not secure also try to build it and test as production will give you errors how we can use direction component without api key or call it server side to be protected by server IP
@tiavina-mika
@tiavina-mika 2 жыл бұрын
can you make another tuto for tracking a device with React Nactive and Google Map please?
@fabiobergmann3225
@fabiobergmann3225 Жыл бұрын
Yes
@fabiobergmann3225
@fabiobergmann3225 Жыл бұрын
I did a video answering many question from comments below. Please check this: kzbin.info/www/bejne/fnzPnmujaKl8oK8
@cactuss3235
@cactuss3235 2 жыл бұрын
can someone help me I encounter "Invariant Violation: requireNativeComponent: "AIRMap" was not found in the UIManager" WHEN using MapView also I encounter [Unhandled promise rejection: TypeError: undefined is not an object (evaluating '_ExpoLocation.default.requestForegroundPermissionsAsync')] WHEN using Expo-location
@rodrigosilvainfo
@rodrigosilvainfo Жыл бұрын
Don't know if you still need it. But perhaps this will help someone else. About the first error regarding AIRMAP: after adding react-native-maps to your project, it seems that rebuilding your app solves this problem. Hope it helps.
@fabiobergmann3225
@fabiobergmann3225 Жыл бұрын
I did a video answering many question from comments below. Please check this: kzbin.info/www/bejne/fnzPnmujaKl8oK8
@fahadkhan-xl7dw
@fahadkhan-xl7dw 2 жыл бұрын
sir please upload video on how we move marker on google map when we click on start button
@fabiobergmann3225
@fabiobergmann3225 Жыл бұрын
The marker has onDrag or onStartDrag property and another property to allow drag the marker. I think the property is draggable.
@fabiobergmann3225
@fabiobergmann3225 Жыл бұрын
I did a video answering many question from comments below. Please check this: kzbin.info/www/bejne/fnzPnmujaKl8oK8
@tiavina-mika
@tiavina-mika 2 жыл бұрын
Thanks. Have you a github repo for this video?
@fabiobergmann3225
@fabiobergmann3225 Жыл бұрын
Hi, I've just added the source code to the video description!
@teflonhav
@teflonhav 2 жыл бұрын
how do you get step directions?
@fabiobergmann3225
@fabiobergmann3225 Жыл бұрын
I did a video answering many question from comments below. Please check this: kzbin.info/www/bejne/fnzPnmujaKl8oK8
@kadiriolaniyi4603
@kadiriolaniyi4603 2 жыл бұрын
This is an helpful video. How do i make users monitor movement of riders coming to them?
@fabiobergmann3225
@fabiobergmann3225 Жыл бұрын
You need to know the riders locations. Most likely both should be using the same app. So on server-side you know the locations and can send notifications when locations are close.
@kadiriolaniyi4603
@kadiriolaniyi4603 Жыл бұрын
@@fabiobergmann3225 Do you have time to make a video on that?
@fabiobergmann3225
@fabiobergmann3225 Жыл бұрын
@@kadiriolaniyi4603 Yes, I'll post new tutorials soon about Google Maps, users location, etc.
@user-zw9zl6gb2w
@user-zw9zl6gb2w 8 ай бұрын
Thank you for this perfekt tutorial
@arsimsejdiu3108
@arsimsejdiu3108 2 жыл бұрын
wow this tutorial is fire, bthw what theme are you using for vscode
@fabiobergmann3225
@fabiobergmann3225 Жыл бұрын
It's Dracula Official.
@pedrohenriqueferreira629
@pedrohenriqueferreira629 Жыл бұрын
Thanks for the tutorial, really helpful! Fabio, does this package allows to search by stores/shops names? I would appreciate your feedback. Thanks in advance. I hope the world gives you all the respect you deserve for dedicating time and patience to create such content! thx
@fabiobergmann3225
@fabiobergmann3225 Жыл бұрын
Thanks! Yes, using Google APIs you can find close stores and shops.
@fabiobergmann3225
@fabiobergmann3225 Жыл бұрын
I did a video answering many question from comments below. Please check this: kzbin.info/www/bejne/fnzPnmujaKl8oK8
@ZaydMazhour
@ZaydMazhour Жыл бұрын
Hey Fabio thanks for sharing I used your code but it did not work I think the key is finished ?
@fabiobergmann3225
@fabiobergmann3225 Жыл бұрын
Yes, the key changed. I cannot share the key. But you can create your own.
@CodeWithDesign
@CodeWithDesign 2 жыл бұрын
Thanks, your code repository?
@fabiobergmann3225
@fabiobergmann3225 Жыл бұрын
Hi, I've just added the source code to the video description!
@zhgaaaaaan
@zhgaaaaaan 2 жыл бұрын
thanx 😉 , Is there a way to better arrange the code?
@fabiobergmann3225
@fabiobergmann3225 Жыл бұрын
I did a video answering many question from comments below. Please check this: kzbin.info/www/bejne/fnzPnmujaKl8oK8
@basilhammad7447
@basilhammad7447 2 жыл бұрын
Great Video, how could i start a trip bettewn origin and destination
@fabiobergmann3225
@fabiobergmann3225 Жыл бұрын
I did a video answering many question from comments below. Please check this: kzbin.info/www/bejne/fnzPnmujaKl8oK8
@creative_mind_maga
@creative_mind_maga 2 жыл бұрын
Please Share github code
@abdulbasit34310
@abdulbasit34310 2 жыл бұрын
@sukronsabari
@sukronsabari Жыл бұрын
this video is very useful
@fabiobergmann3225
@fabiobergmann3225 Жыл бұрын
Thanks! More videos coming soon.
@atsglobalservices6136
@atsglobalservices6136 Жыл бұрын
Great content
@securityguy8353
@securityguy8353 Жыл бұрын
is this react native cli or expo
@fabiobergmann3225
@fabiobergmann3225 Жыл бұрын
It's expo
@saqib1985
@saqib1985 2 жыл бұрын
thanks. very helpful.
@aasifshakoor8040
@aasifshakoor8040 2 жыл бұрын
koheda bn github?
@fabiobergmann3225
@fabiobergmann3225 Жыл бұрын
Hi, I've just added the source code to the video description!
@Musik890106
@Musik890106 2 жыл бұрын
Is a great video.
@khayTheking
@khayTheking 2 жыл бұрын
provide the code on github .for tutorial, you are too fast
@susanwojcickiisalonelyrath7311
@susanwojcickiisalonelyrath7311 Жыл бұрын
You can change speed at which video plays; i set mine to 0.75 speed
@zex1ck
@zex1ck Жыл бұрын
free?
@fabiobergmann3225
@fabiobergmann3225 Жыл бұрын
Yes
React Native Maps Mini Course
22:54
Darwin Tech
Рет қаралды 58 М.
Getting Started With Google Maps Places (New) API In Python
26:42
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 21 МЛН
Муж внезапно вернулся домой @Oscar_elteacher
00:43
История одного вокалиста
Рет қаралды 7 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 34 МЛН
PHP 8.4 Is Good
15:18
ThePrimeTime
Рет қаралды 106 М.
Flutter Google Maps: Markers, Polylines, & Live Location Tracking
10:44
HeyFlutter․com
Рет қаралды 31 М.
Address Autocomplete  | google maps api reactjs
12:31
Mitter - Your Tech Mate
Рет қаралды 4,1 М.
React Native Maps with Marker & Callout
16:48
Simon Grimm
Рет қаралды 42 М.
You're Probably Wrong About Rainbows
27:11
Veritasium
Рет қаралды 2,8 МЛН
Sqlite Is Getting So Good
28:52
ThePrimeTime
Рет қаралды 210 М.
Context API in react | get the concept
29:00
Hitesh Choudhary
Рет қаралды 68 М.
Google Maps JavaScript API Tutorial
27:27
Traversy Media
Рет қаралды 1 МЛН
Why I Cant Stand IDE's After Using VIM | Prime Reacts
17:51
ThePrimeTime
Рет қаралды 383 М.
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 21 МЛН