egeloen / ivory-google-map

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

Add place service #258

Open TeLiXj opened 7 years ago

TeLiXj commented 7 years ago

I have created the add place service described [here] (https://developers.google.com/places/web-service/add-place). For this I've changed AbstractService.php and AbstractHttpService.php to support POST requests. I've tryed to use your code style as much as I was could, like for example using other services or docs as a base to develop this service. I've created docs too with info extracted from the Google Maps API page.

I'll create delete place service in the future and this afternoon I hope create a pull request on Ivory Google Maps Bundle to use the new add place service described here.

I hope that you like my work :)