Thanks for helping google-map-polyline-encoding-tool.
This library exists as a PHP reference point for Google's Encoded Polyline Algorithm Format. Any improvements in documentation & performance are very welcome. Ideally, this library will be reduced to basic encode/decode functions, and superseded by other advanced & elegant libraries.
Review the following items before creating a pull-request.
Ensure that code-coverage meets, or beats, previous tag.
$ vendor/bin/phpunit --coverage-text
Run PHPCS's lint on affected files.
$ vendor/bin/phpcs {examples,src,tests}
Happy Hacking!