tileview
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.hwrdprkns</groupId>
<artifactId>tileview</artifactId>
<version>1.0.14</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.hwrdprkns</groupId>
<artifactId>tileview</artifactId>
<version>1.0.14</version>
<packaging>aar</packaging>
<name>TileView Library</name>
<description>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.</description>
<url>https://github.com/hwrdprkns/TileView</url>
<licenses>
<license>
<name>The MIT License (MIT) Copyright (c) 2013 </name>
<url>https://github.com/hwrdprkns/TileView/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>hwrdprkns</id>
<name>Taylor H. Perkins</name>
</developer>
</developers>
<scm>
<connection>scm:git@github.com:hwrdprkns/TileView.git</connection>
<developerConnection>scm:git@github.com:hwrdprkns/TileView.git</developerConnection>
<url>https://github.com/hwrdprkns/TileView</url>
</scm>
<dependencies>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-v4</artifactId>
<version>21.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.jakewharton</groupId>
<artifactId>disklrucache</artifactId>
<version>1.3.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>