egeloen / ivory-google-map

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

Inconsistency on doc Distance Matrix API Service #198

Closed diegosurita closed 7 years ago

diegosurita commented 7 years ago

The Distance Matrix API documentation has a class called DistanceMatrixService on section Build that don't exist in the library.

Could someone fix it, please?

egeloen commented 7 years ago

Hum, the class exists: https://github.com/egeloen/ivory-google-map/blob/master/src/Service/DistanceMatrix/DistanceMatrixService.php

What version of the library do you use? 1.x or 2.x (the online doc is the 2.x one).

diegosurita commented 7 years ago

I'm using version 1.x. It'd be good to mention what version the documentation is about.

Thanks.

egeloen commented 7 years ago

Fixed by d7d8bd07e099a32afbfe92a91c0b57afe664727a.