├── static-map-direction.php └── README.md /static-map-direction.php: -------------------------------------------------------------------------------- 1 | Nabuco. 3 | 4 | - creates a request to Google's direction service via CURL 5 | - fetches path info from response 6 | - adds markers with alphabetical order and relevant color for each waypoint 7 | - creates clean Google Static Map URL 8 | 9 | # usage 10 | 11 | ``` 12 | '; 26 | 27 | ``` 28 | 29 | # result 30 | 31 | 32 | --------------------------------------------------------------------------------