please tell me how to connect android maps extensions in android studio to start working with it?
1 answer
If I found the library correctly by name, just add it.compile 'com.androidmapsextensions:android-maps-extensions:2.2.0'
in the file build.gradle in the dependencies section and you will be happy
UPD:
I would recommend this library here: Google Maps Android API utility library .
It tells how to use it
- I tried it, but something didn’t work or I didn’t connect correctly - fc_barcelona
|