egeloen / ivory-google-map

Google Map API v3 integration for PHP 5.6+.
MIT License
325 stars 185 forks source link

Typo in constant TransitMode::BUS #253

Open ddonnini opened 7 years ago

ddonnini commented 7 years ago

The value is 'bud' instead of 'bus'.

Google doc, just to be sure:

transit_mode — Specifies one or more preferred modes of transit. This parameter may only be specified for requests where the mode is transit. The parameter supports the following arguments:

  • bus indicates that the calculated route should prefer travel by bus.

Thank you!