Skip to content

Commit 3b71760

Browse files
committed
Add better example to docs
1 parent 999cf0f commit 3b71760

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

google-maps-api.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@
6161
clientId: null,
6262

6363
/**
64-
* The libraries to load with this api. Defaults to "places", but an example
65-
* value might be, "places,geometry"
66-
* see developers.google.com/maps/documentation/javascript/libraries
64+
* The libraries to load with this map. Defaults to "places". For more information
65+
* see https://developers.google.com/maps/documentation/javascript/libraries.
6766
*
6867
* @attribute libraries
6968
* @type string
69+
* @default "places"
7070
*/
7171
libraries: "places",
7272

0 commit comments

Comments
 (0)