Skip to content

Commit

Permalink
Provide GoogleMapsBusiness example in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thewinterwind committed Nov 28, 2014
1 parent 453e48b commit 88a8611
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ adapter/providers you want by editing `app/config/packages/toin0u/geocoder-larav
return array(
'providers' => array(
'Geocoder\Provider\GoogleMapsProvider' => array('my-locale', 'my-region', $ssl = true, 'my-api-key'),
'Geocoder\Provider\GoogleMapsBusinessProvider' => array(
'my-client-id', 'my-api-key', 'my-locale', 'my-region', $ssl = true
),
'Geocoder\Provider\CloudMadeProvider' => array('my-api-key'),
'Geocoder\Provider\FreeGeoIpProvider' => null, // or array()
// ...
Expand Down

0 comments on commit 88a8611

Please sign in to comment.