@@ -92,7 +92,7 @@ the `$precision` static property.
9292``` php
9393class PolylineOSRM extends Polyline
9494{
95- protected static $precision = 6;
95+ protected static $precision = 6;
9696}
9797$points = PolylineOSRM::decode($line);
9898$line = PolylineOSRM::encode($points);
@@ -126,18 +126,13 @@ development.
126126| Traits | | ✔ ; | |
127127| Abstraction| | ✔ ; | |
128128
129- | Hosted | [ google-map-polyline-encoding-tool] [ l1 ] | [ polyline-encoder] [ l2 ] | [ php_polyline] [ l3 ] |
130- | :--------| :-------------------------------------:| :--------------------:| :----------------:|
131- | Github | ✔ ; | ✔ ; | |
132- | Bitbucket| | ✔ ; | ✔ ; |
133-
134129
135130[ polylineRef ] : http://code.google.com/apis/maps/documentation/javascript/reference.html#Polygon
136131[ algorithmRef ] : http://code.google.com/apis/maps/documentation/utilities/polylinealgorithm.html
137132[ tribuneTower ] : http://emcconville.com/Polyline/tribune.png
138133[ dustyGroove ] : http://emcconville.com/Polyline/dustygroove.png
139134[ osrmRef ] : http://map.project-osrm.org/
140135[ l1 ] : https://github.com/emcconville/google-map-polyline-encoding-tool
141- [ l2 ] : https://bitbucket.org /emcconville/polyline-encoder
142- [ l3 ] : https://bitbucket.org /emcconville/php_polyline
136+ [ l2 ] : https://github.com /emcconville/polyline-encoder
137+ [ l3 ] : https://github.com /emcconville/php_polyline
143138[ composer ] : https://github.com/composer/composer
0 commit comments