Skip to content

Commit

Permalink
Add docs on additionalMapOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Oct 22, 2015
1 parent 5713920 commit d2c1bb6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions google-map.html
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,11 @@
* Use to specify additional options we do not expose as
* properties.
* Ex: `<google-map additional-map-options='{"mapTypeId":"satellite"}'>`
*
* Note, you can't use API enums like `google.maps.ControlPosition.TOP_RIGHT`
* when using this property as an HTML attribute. Instead, use the actual
* value (e.g. `3`) or set `.additionalMapOptions` in JS rather than using
* the attribute.
*/
additionalMapOptions: {
type: Object,
Expand Down

0 comments on commit d2c1bb6

Please sign in to comment.