awesome explanation.. nice clean and simple.. thank you so much :)
@LearningWorldz3 жыл бұрын
Glad you liked it, Thank you !
@AkhilBhatnagar-3 жыл бұрын
Thank you so much sir, helps a lot 😀.
@LearningWorldz3 жыл бұрын
Glad it help you, Thanks for the feedback!
@rsumanradhakrishnan37474 жыл бұрын
please post more videos on map in kotlin, thankyou
@LearningWorldz4 жыл бұрын
will definitely do, thanks for your feedback!
@azei60493 жыл бұрын
THANK YOU SO MUCH, YOU'RE SO AMAZING
@LearningWorldz3 жыл бұрын
Thank you for your feedback!
@kenlau49703 жыл бұрын
That's amazing, thank you for the detail explanation. For Java, is it going to be quite similar?
@LearningWorldz3 жыл бұрын
Yes it will.
@fecrobin3 жыл бұрын
OnTap() of Marker, can we have a dialog to add other informations?
@cagrylmaz90513 жыл бұрын
Sir if I want to draw a route between 2 distances in kotlin how can I do that ?
@touqeerjavaid73333 жыл бұрын
Hello i am facing issue i am testing it on real device it is working fine when i run it for first time but when i close my APP and Location when i run it again and also enabling my location it is not showing location
@LearningWorldz3 жыл бұрын
I am not sure what do you mean by close app and location, here are you turning off the location manually from settings? and after re-launch of app you are allowing location but not getting the latitude and longitude?
@touqeerjavaid73333 жыл бұрын
@@LearningWorldz yes you are right i am facing that issue
@LearningWorldz3 жыл бұрын
Not sure whats causing the issue, you can take a look to my code from github. check whats missing. github.com/ravizworldz
@owusumensahharrison63173 жыл бұрын
update location
@raghavkharb86673 жыл бұрын
@LearningWorldz Please tell me how to do the same thing in java. I really need this for final year project. Kindly Help. Thanks
@LearningWorldz3 жыл бұрын
Hi, I don't have this video available in Java, but. you can easily convert Kotlin to java, it just a matter of syntax, You can find code here in my github repository: github.com/ravizworldz?tab=repositories
@raghavkharb86673 жыл бұрын
@@LearningWorldz thanks, but how can i convert it??
@LearningWorldz3 жыл бұрын
There is no direct way to convert Kotlin to Java BUT you can decompile kotlin to java using android studio. Go to Tools menu in android studio - - > Kotlin - - > Show kotlin Bytecode - - > A window will open on right hand side. - -> click on Decompile tab on top - - > you can see java code.
@randomthings_india2 жыл бұрын
The Google maps API XML is not opening in my android studio and i can't find it also
@LearningWorldz2 жыл бұрын
you can register your own key and use that in the code.
@anandnishad5730 Жыл бұрын
Can you provide us code or github repo ?
@LearningWorldz Жыл бұрын
github.com/ravizworldz
@aestheticday83262 жыл бұрын
The actual map doesn's show up after running the code
@LearningWorldz2 жыл бұрын
Try to use your own map keys. get if from developer console.
@koushikks91473 жыл бұрын
can you please provide the code
@LearningWorldz3 жыл бұрын
Hi github.com/ravizworldz/mapcurrentlocationkotlin/tree/main/MapWithCurrentLocationKotlin Please subscribe! Thanks!
@koushikks91473 жыл бұрын
please send the code!!!!
@LearningWorldz3 жыл бұрын
Hi github.com/ravizworldz/mapcurrentlocationkotlin/tree/main/MapWithCurrentLocationKotlin Please subscribe! Thanks!
@SameerKumar-ce9hi2 жыл бұрын
can some one send me the code
@LearningWorldz2 жыл бұрын
get it from the github, you can find the link in the description section. github.com/ravizworldz