Flutter Google Map With Live Location Tracking

Flutter Google Map With Live Location Tracking

The Flutter Way

1 год назад

251,534 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Amin Sirwan
Amin Sirwan - 21.10.2023 23:13

bro to use google maps need login in google could to enable this API ? or don't needs that just like you i can use google maps ?

Ответить
Tarun Jain
Tarun Jain - 16.09.2023 18:37

If we move from point a to b in reality , will the app show our collect position as we move , please tell ?

Ответить
Shalar Asgar
Shalar Asgar - 05.09.2023 08:24

Thank you very much 👍

Ответить
Fayis Rahman Thadathil
Fayis Rahman Thadathil - 03.08.2023 10:19

is there a way to remove the polylines as you move forward..(i tried the directionApi request in a loop using a timer)... i wamr to know if there is any other way

Ответить
Sakhanya Swartbooi
Sakhanya Swartbooi - 07.07.2023 15:52

Where can i get the custom markers

Ответить
Felix Archibong
Felix Archibong - 07.07.2023 08:45

thanks for the video but the link to the complete source code is not working. can you share a new link thanks

Ответить
TheCyberDroid
TheCyberDroid - 24.06.2023 14:23

I have a two app first is user and second is delivery boy app, for example I ordered food and delivery boy comes to deliver it, but how to show delivery boy live location moving towards the user on users app, so user can see it on google map. Like zomato or swigg. Please make a video on it.

Ответить
Chamithu Dinsara
Chamithu Dinsara - 20.06.2023 18:19

hi this was amazing❤
how we can add white plane customized map instead of using google map,could u please do the tutorial for it.

Ответить
See The World
See The World - 13.06.2023 13:31

What if the app is closed will it still detect location ? Please reply!

Ответить
Tammo Dirksen
Tammo Dirksen - 04.06.2023 23:09

But once you call setstate won’t this mean extra costs going to Google for reloading the entire app? If you update the location you certainly want to avoid map reloads, right? Or am I wrong?

Ответить
Rawan Adel
Rawan Adel - 04.06.2023 16:48

Hello and thank you for the amazing informative video.
I was wondering if this could be used for indoor navigation in a large institute (my university) if it is already on google maps but there are direct routes between the buildings

Ответить
Naveed Kaimkhami
Naveed Kaimkhami - 27.05.2023 14:39

Thank youuuuu <3

Ответить
Ogbu Ezekiel
Ogbu Ezekiel - 16.05.2023 00:53

Thanks...but no source code

Ответить
Abdelwahed Ibrahim
Abdelwahed Ibrahim - 08.05.2023 15:18

I can't get the starting code

Ответить
Hassam Kayani
Hassam Kayani - 25.04.2023 16:31

void getPolypoint()async{
PolylinePoints polylinepoint=PolylinePoints();
PolylineResult result=await polylinepoint.getRouteBetweenCoordinates(
gooleApiKe,
PointLatLng(sourceLocation.latitude,DestionationLocation.longitude ),
PointLatLng(DestionationLocation.latitude, DestionationLocation.longitude)
);

}
gooleApiKe, error in this googleApiKey please solve this

Ответить
Kuys Berg
Kuys Berg - 20.04.2023 02:22

Thanks you very much

Ответить
Vitor F. Thome
Vitor F. Thome - 16.04.2023 17:46

Thank you for the tutorial!

Ответить
Robert Sjamsuar
Robert Sjamsuar - 28.03.2023 10:24

The app always force close when initialize getCurrentLocation. I'm on android 11.

Ответить
Hav K.B
Hav K.B - 27.03.2023 20:44

I have problems when launching the app, it stucked in loading screen!!! please help

Ответить
Alapan Roy
Alapan Roy - 23.03.2023 06:22

Do you have any beginners course?? Your way of explaining things good. 😊

Ответить