l

library

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.
https://github.com/hwrdprkns/TileView
The MIT License (MIT) Copyright (c) 2013
Taylor H. Perkins
Files download
File Operation
library-1.0.14.pom download
library-1.0.14-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hwrdprkns.tileview</groupId>
  <artifactId>library</artifactId>
  <version>1.0.14</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.hwrdprkns.tileview:library:1.0.14'
Gradle Kotlin
implementation("com.github.hwrdprkns.tileview:library:1.0.14")
Scala SBT
libraryDependencies += "com.github.hwrdprkns.tileview" % "library" % "1.0.14"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hwrdprkns.tileview', module='library', version='1.0.14')
)
Apache Ivy
<dependency org="com.github.hwrdprkns.tileview" name="library" rev="1.0.14" />
Leiningen
[com.github.hwrdprkns.tileview/library "1.0.14"]
Apache Buildr
'com.github.hwrdprkns.tileview:library:jar:1.0.14'