


Replace this with your google map api keyĪdd SupportMapFragment to your xml file where you want to show Google Map. Now add the meta tag in the Manifest file for Google Map API and for play services version. Now open the Manifest file and add permission for Location and Internet. Implementation ':play-services-maps:15.0.1' implementation ':play-services-location:15.0.1' So, without further ado let’s dive into AndroidStudio and do some coding.įirst, open your app level adle file and add the dependency for location and google map. If you want to see how to get Google MAP API to see this on my blog. I’m not going to show how you can get Google Map API from Google Console. In this blog, we’re going to use the Google Map API for google maps. Hi, guys today we’re going to see how we can animate marker on google map with user current location.
