Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
p-lr committed Jul 27, 2019
1 parent e3050d2 commit d6257c3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ val config = MapViewConfiguration(levelCount = 7, fullWidth = 25000, fullHeight
mapView.configure(config)
```

MapView shows only the visible part of a tiled map, and supports flinging, dragging, and scaling. It's also possible to
add markers and paths.

This project holds the source code of this library, but also a demo app (which is useful to get started).

## Installation

Add this to your module's build.gradle
```groovy
implementation 'com.peterlaurence:mapview:0.9.0'
```

## Origin and motivation

As a long time contributor to [TileView](https://github.com/moagrius/TileView), which is a reference in this area, I
Expand Down

0 comments on commit d6257c3

Please sign in to comment.