egeloen / IvoryGoogleMapBundle

Google Map API v3 integration for your Symfony2 project.
https://github.com/egeloen/ivory-google-map
MIT License
217 stars 152 forks source link

Add the language parameter in Direction Service API #58

Closed dbijuduval closed 11 years ago

dbijuduval commented 11 years ago

Hi,

Is it possible to add language parameter in the direction request in order to have instructions in the language specified ?

Thanks

egeloen commented 11 years ago

@TheNerv When I have written the API, I have based my code on this documentation where there is no language option. Anyway, after googling it, I have found this blog post which explains you can directly pass the language in the request.

Can you provide a PR on the egeloen/ivory-google-map repo?

dbijuduval commented 11 years ago

Thanks egeloen,

I'll provide an PR on that repo.

egeloen commented 11 years ago

@TheNerv Someone have already propose a PR for this purpose. (See egeloen/ivory-google-map#3)