License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdcn.bingerz.android |
ArtifactId | ArtifactIdgeopoint |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionGeoPoint
A library to determine if the geographic coordinates are within an area.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
geopoint-1.0.5.pom | |
geopoint-1.0.5-sources.jar | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.bingerz.android/geopoint/ -->
<dependency>
<groupId>cn.bingerz.android</groupId>
<artifactId>geopoint</artifactId>
<version>1.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.bingerz.android/geopoint/
implementation 'cn.bingerz.android:geopoint:1.0.5'
// https://jarcasting.com/artifacts/cn.bingerz.android/geopoint/
implementation ("cn.bingerz.android:geopoint:1.0.5")
'cn.bingerz.android:geopoint:aar:1.0.5'
<dependency org="cn.bingerz.android" name="geopoint" rev="1.0.5">
<artifact name="geopoint" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.bingerz.android', module='geopoint', version='1.0.5')
)
libraryDependencies += "cn.bingerz.android" % "geopoint" % "1.0.5"
[cn.bingerz.android/geopoint "1.0.5"]