Android google map view Library by static map
A library to make the map display process easier by entering latitude and longitude only
![]()
Do not forget the star:)⭐️
How to download
Gradle
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
add this line to your module build.gradle dependecies block:
compile 'com.github.alirezaashrafi:GoogleMapView:1.0.4'
Maven
Add the JitPack repository to your build file
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Add the dependency
<dependency>
<groupId>com.github.alirezaashrafi</groupId>
<artifactId>GoogleMapView</artifactId>
<version>1.0.4</version>
</dependency>