Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asennikov committed Jun 16, 2016
1 parent b54a218 commit 27376d4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,18 @@ Simply add something similar to this to your styles:
}
```

In `config/environment.js` you can specify additional Google Maps libraries
to be loaded along with this add-on (check the full list [here](https://developers.google.com/maps/documentation/javascript/libraries)),
optional API key for your application (additional info could be found [here](https://developers.google.com/maps/web/)) and optional explicit protocol setting.
In `config/environment.js` you can specify:
- additional Google Maps libraries to be loaded along with this add-on
(check the full list [here](https://developers.google.com/maps/documentation/javascript/libraries)),
- optional API key for your application (additional info could be found [here](https://developers.google.com/maps/web/)),
- optional language for map localization,
- optional explicit protocol setting.

```javascript
ENV['g-map'] = {
libraries: ['places', 'geometry'],
key: 'your-unique-google-map-api-key',
language: 'ru',
protocol: 'https'
}
```
Expand Down

0 comments on commit 27376d4

Please sign in to comment.