This is sample project to create a custom marker with images(from URL or Drawable) on android using google map API.
-
Import the project in Android Studio:
- Press File > Import Project
- Navigate to and choose the settings.gradle file in this project
- Press OK
-
Enter your Google Map API Key into this file:
gradle.properties -
Choose Build > Make Project in Android Studio
-
To install on your test device:
- Press Run > Run