Skip to content

Commit 8184354

Browse files
committed
Updated README to cover changes in project
1 parent a30b2d1 commit 8184354

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Google Maps Polyline Encoding Tool
22

3-
[![Build Status][buildStatusImage]][buildStatusLink]
3+
[![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)
44
[![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)
55

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

7575
![Records][dustyGroove]
7676

77+
## Examples
78+
79+
See [examples](examples) directory for creative ideas, and please contribute new
80+
use-cases / hacks.
81+
82+
- [Well-Known Binary](examples/WellKnownBinary) converter.
83+
- Preview encoded strings with a [SVG transcoder](examples/EncodedToSVG).
7784

7885
### Specify precision
7986

0 commit comments

Comments
 (0)