/YongzhiLibrary

YongzhiLinrary

Primary LanguageShellApache License 2.0Apache-2.0

YongzhiLibrary

坐标转换

repositories {
    maven {
        url 'https://github.com/YuYongzhi/YongzhiLibrary/raw/master/maven-repo'
    }
}

dependencies {
    compile 'com.yongzhi:latlng-convert:1.0'
}

## [TipView](tip-view/README.md)

> 坐标转换

```groovy
repositories {
    maven {
        url 'https://github.com/YuYongzhi/YongzhiLibrary/raw/master/maven-repo'
    }
}

dependencies {
    compile 'com.yongzhi:tip-view:1.0'
}