| License |
License |
|---|---|
| GroupId | GroupIdcom.qozix |
| ArtifactId | ArtifactIdTileView |
| Version | Version1.0.11 |
| Type | Typejar |
| Description |
DescriptionThe TileView widget is a subclass of ViewGroup that provides a mechanism to asynchronously display tile-based images, with additional functionality for 2D dragging, flinging, pinch or double-tap to zoom, adding overlaying Views (markers), built-in Hot Spot support, dynamic path drawing, multiple levels of detail, and support for any relative positioning or coordinate system.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| TileView-1.0.11.pom | |
| TileView-1.0.11.jar | 103 KB |
| TileView-1.0.11-sources.jar | 64 KB |
| TileView-1.0.11-javadoc.jar | 442 KB |
| TileView-1.0.11-jar-with-dependencies.jar | 125 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.qozix/TileView/ -->
<dependency>
<groupId>com.qozix</groupId>
<artifactId>TileView</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.qozix/TileView/
implementation 'com.qozix:TileView:1.0.11'
// https://jarcasting.com/artifacts/com.qozix/TileView/
implementation ("com.qozix:TileView:1.0.11")
'com.qozix:TileView:jar:1.0.11'
<dependency org="com.qozix" name="TileView" rev="1.0.11">
<artifact name="TileView" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qozix', module='TileView', version='1.0.11')
)
libraryDependencies += "com.qozix" % "TileView" % "1.0.11"
[com.qozix/TileView "1.0.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.jakewharton : disklrucache | jar | 1.3.1 |
| com.android.support » support-v4 | jar | 19.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| android » android | jar | 4.4.2_r2 |