is not current version
Last Version 1.0.11

com.qozix:TileView 1.0.9

The 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.

GroupId

GroupId

com.qozix
ArtifactId

ArtifactId

TileView
Version

Version

1.0.9
Type

Type

jar

Download TileView 1.0.9


<!-- https://jarcasting.com/artifacts/com.qozix/TileView/ -->
<dependency>
    <groupId>com.qozix</groupId>
    <artifactId>TileView</artifactId>
    <version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.qozix/TileView/
implementation 'com.qozix:TileView:1.0.9'
// https://jarcasting.com/artifacts/com.qozix/TileView/
implementation ("com.qozix:TileView:1.0.9")
'com.qozix:TileView:jar:1.0.9'
<dependency org="com.qozix" name="TileView" rev="1.0.9">
  <artifact name="TileView" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qozix', module='TileView', version='1.0.9')
)
libraryDependencies += "com.qozix" % "TileView" % "1.0.9"
[com.qozix/TileView "1.0.9"]