Skip to content

Commit

Permalink
Updated README to cover changes in project
Browse files Browse the repository at this point in the history
  • Loading branch information
emcconville committed Jan 4, 2015
1 parent a30b2d1 commit 8184354
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Google Maps Polyline Encoding Tool

[![Build Status][buildStatusImage]][buildStatusLink]
[![Build Status](https://travis-ci.org/emcconville/google-map-polyline-encoding-tool.svg?branch=master)](https://travis-ci.org/emcconville/google-map-polyline-encoding-tool)
[![Coverage Status](https://img.shields.io/coveralls/emcconville/google-map-polyline-encoding-tool.svg)](https://coveralls.io/r/emcconville/google-map-polyline-encoding-tool?branch=master)

A simple PHP class for translating [polyline][polylineRef] into an
Expand Down Expand Up @@ -74,6 +74,13 @@ $points = Polyline::Pair($points);

![Records][dustyGroove]

## Examples

See [examples](examples) directory for creative ideas, and please contribute new
use-cases / hacks.

- [Well-Known Binary](examples/WellKnownBinary) converter.
- Preview encoded strings with a [SVG transcoder](examples/EncodedToSVG).

### Specify precision

Expand Down

0 comments on commit 8184354

Please sign in to comment.