File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 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
66A 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
You can’t perform that action at this time.
0 commit comments