Skip to content

Commit

Permalink
Updated license and readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
xivk committed Nov 24, 2016
1 parent e791f4a commit f7023bb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
Empty file added LICENSE.md
Empty file.
24 changes: 23 additions & 1 deletion README.md
@@ -1 +1,23 @@
# tiles
# Awesome Tiles

Awesome tiles has two classes:

- Tile: Represents one tile with a zoom level and x-y coordinate.
- TileRange: Represents a 'rectangular' collection of tiles.

#### Usage:

Just include the classes in your code if you need them.

#### Example:

```csharp
// create a tile at a given location.
var tile = Tile.CreateAroundLocation(lat, lon, zoom);

// get info about tile.
var tileTop = tile.Top;

// and many more awesome stuff, that's why it's called awesome tiles and not just tiles!
```

0 comments on commit f7023bb

Please sign in to comment.