Posts

Showing posts from August, 2017

ListView Over GoogleMapView

Image
 Hi, Here I show you how to set listview over google mapview in android So just start with a new project Add the dependency for google play service on your app.gradle compile ' com . google . android . gms : play - services - maps: 10.2 . 0 ' And also add below line in to the project.gradle file classpath ' com . google . gms : google - services: 3.0 . 0 ' Add the map key on your AndroidManifest.xml file <meta-data android:name= "com.google.android.geo.API_KEY" android:value= "XXEEzaSyArhRHi0c1MQqStWN-x0E8otZonMahbLqM" /> Here is a xml layout for this one <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android= "http://schemas.android.com/apk/res/android" xmlns:app= "http://schemas.android.com/apk/res-auto" xmlns:tools= "http://schemas.android.com/tools" android:layout_width