I'm your fan. Channel on the simplest you tube and summarized in the presentation of the codes, which I have seen in my life. Thankful that you exist in my life.
@AndroidCoding4 жыл бұрын
I’m truly blessed to have fans like you.
@alzheimer41342 жыл бұрын
Hello all, thanks for the video, 1. You must have enabled maps API, Places API and Billing (Just for google to know that you are not a robot, there is no cost) 2. close to line 118 the "lat/lng; " is from mistake with semicolon. The correct line is: sDestination = sDestination.replaceAll( "lat/lng: ",");
@carloliverkrueger5801 Жыл бұрын
very helpful thanks keep it up
@AndroidCoding Жыл бұрын
Thank you
@amirulmustaffa48064 жыл бұрын
Hi sir, at 4:53 where can i get the google API key?
@hassanmujtaba95103 жыл бұрын
My intent loads up properly and I am able to type the address in and the list comes. But when I press on one of the options from the list the app closes! Please help!
@deena58953 жыл бұрын
how did u calculate the distance? are using haversine method?
@HarshGupta-nu6pu2 жыл бұрын
is this disttance is throught road or is it like straight distance between two point
@bryanchristopher14535 ай бұрын
when i started type the address, the focus of edittext lost and i cannot get any list places, please help me
@mitalij170310 ай бұрын
is it possible with pincodes if yes then how can i do that can you guide me or make any video on that
@samiullah99824 жыл бұрын
Sir this is only for two places, if one person or place find different places then what will be the method ? please Help.
@teaminnovatron12064 жыл бұрын
is this air distance or land distance?
@jassranaeem4454 жыл бұрын
Hey!can u pls make tutorial on calculate distance and duration from current location to headcoded loxatuon(marker)
@tipscodes63353 жыл бұрын
Hello sir why when i try to type my address in edittext it keep alway go back. It didn't show the address.
@AndroidCoding3 жыл бұрын
Kindly use paid api key(Billing Account).
@tipscodes63353 жыл бұрын
@@AndroidCoding thanks
@AndroidCoding3 жыл бұрын
Welcome
@tipscodes63352 жыл бұрын
Hello .. can you get an paid api.. Philippines is not applicable this. I chat google customer service.. and they said Philippines is not. Available.
@tipscodes6335 Жыл бұрын
Hello sir I'm back. Can I ask how much will I pay in order to able this project?
@sitansusekharbehera71424 жыл бұрын
Sir please suggest me how can I draw the route between these two locations from 2 edit text and showing it in map please suggest.
@abdullahiomar43983 жыл бұрын
my startActivityForResult is deprecated can you show as another method to replace without much changing plz
@AndroidCoding3 жыл бұрын
Try this : kzbin.info/www/bejne/fqnPcp6qmsl8nq8
@shramanjain084 жыл бұрын
it is not working when i click on edit text it automatically open intent then before typing it automatically close ??????? please help
@pranavpatel78594 жыл бұрын
Did you found any solution??
@luizpaulo61694 жыл бұрын
same problem here..
@luizpaulo61694 жыл бұрын
solved.. u need to enable Place API. 1. Go to u API Panel on google cloud console 2. Select Libs (second option) 3. search for Places API, select it and set Enable Now go to Credetials and create u API Key, copy and paste the key to your Places.initialize(requireContext(), getString(R.string.api_google_key), Locale.getDefault()); It works for me. Hugs from Brazil.
@orito-hireminitrucksonline1833 жыл бұрын
Enable billing account and places api. It will run
@Z3rbir0us3 жыл бұрын
@@luizpaulo6169 where is the API panel? and google cloud
@rahitulislam30424 жыл бұрын
Hello...how can i get the source code...please tell me...because my code is not working..please
@ishasaikumar8684 жыл бұрын
Can you tell me what API u used to generate the key?
@prabashanasandaruwan4 жыл бұрын
places API
@jpbatalla50014 жыл бұрын
what API should i enable ? Places, distance matrix api, and Maps ?
@AndroidCoding4 жыл бұрын
Enable both map and places.
@TheCodingChronicles2542 жыл бұрын
I have done everything as you have shown but my code is not working
@shaunakchaudhary21783 жыл бұрын
What is the cost for using the google maps API ?
@rahitulislam30424 жыл бұрын
Hi bro...there is a place searching problem..please help....
@lukecross54394 жыл бұрын
Work for all countries?
@Palifico184 жыл бұрын
I downloaded the .apk in my smartphone, and when I try to search something, it says "Can´t connect" all time
@colenevargas19373 жыл бұрын
Whenever I type location, it didn't search, keyboard will pop down, why is that? Can u help me?
@AndroidCoding3 жыл бұрын
It's happen when you're using unpaid api key. For this tutorial need a billing account.
@deependrabishwakarma46123 жыл бұрын
@@AndroidCoding i have billing account although i am getting the same problem , plz make video on api key setup, manifest declaration and all .
@deependrabishwakarma46123 жыл бұрын
@@AndroidCoding now its working, before i had a problem in key restriction, thanks a lot for this tutorial. hats off
@AndroidCoding3 жыл бұрын
You're welcome. Keep supporting.
@tomenamfon44464 жыл бұрын
Can you help, sort by distance ?
@vishalkumavat67554 жыл бұрын
hey bro please make a tutorial video on realtime live streaming app just like instragram have this live stream feature on any place or function.
@sahilmehta52114 жыл бұрын
Android Coding you should make a video on real time application using any cloud service and Great Work🙌👍
@AndroidCoding4 жыл бұрын
Ok. I will try it later.
@prathameshchikane67834 жыл бұрын
not working properly.....when i try to add source or destination place in EditText it automatically comes out....plz tell me solution.And how to get that google_api_key which was u used in code.
@davidkumar62904 жыл бұрын
because you need to have a working PlacesAPI key , without that you wont be able to use placesautocomplete feature.
@zemera13824 жыл бұрын
places" not found error how to add this library
@rahitulislam30424 жыл бұрын
Try places*
@Z3rbir0us3 жыл бұрын
Same problem here, when i select the source or the destination and enter a word or letter it closes automatically, Help plzzz
@inesgarciasacristan34083 жыл бұрын
Have you already solve the problem?? I have the same error.
@shreyajaiswal10814 жыл бұрын
Not working
@canopycode9004 жыл бұрын
it works for me but the result is not similar to google maps's result
@eliteteam5624 жыл бұрын
hello
@eliteteam5624 жыл бұрын
can you give me your source code
@EntrepDiaries4 жыл бұрын
I think this program takes the radius. Google map is using directions.
@user-ib8hk1en4c3 жыл бұрын
demo app is not working (Android 11). Sorry.
@mohanbhatnagar68633 жыл бұрын
brother how to get google api keys
@sayedurrahman4744 жыл бұрын
creat a next video on how to add nearby places like hospitals and railway airport ATM etc
@AndroidCoding4 жыл бұрын
Ok. I will try it later.
@qingwenhoo64783 жыл бұрын
Hi sir, the startActivityForResult was deprecated and I also try the to change to ActivityResultLauncher but I don't know how to change it. Can you show me how to change it. Thanks you so much!
@AndroidCoding3 жыл бұрын
You're welcome. Try this : kzbin.info/www/bejne/fqnPcp6qmsl8nq8
@TopChoc3 жыл бұрын
В этом видео прекрасно всё! Продолжай в том же духе
@umeshjagtap57092 жыл бұрын
This app is not working waste of 22 mins
@foodiezz97883 жыл бұрын
wrong calculation
@patelkriyank10812 жыл бұрын
Hello sir why when i try to type my address in edittext it keep alway go back. It didn't show the address. and i have also using billing account.