Nicat / StaticMap

MIT License
8 stars 2 forks source link

Feature Request: Path support #1

Open stevendesu opened 7 years ago

stevendesu commented 7 years ago

I'm not sure about Bing or MapQuest or any of the other allegedly supported services (although I didn't see any reference to the other services in the documentation, just on Packagist), however at least with Google Maps I know it's possible to generate a map like the following:

2225

I have a project that requires this type of map. For the time being I'm writing a one-off helper method to generate them from an array of LatLng points.

Nicat commented 7 years ago

@stevendesu sorry for delaying. StaticMap with polylines is interesting idea. Okay. I'll try to add this feature. Thanks a lot!