Index: lib/google_maps_api.dart |
diff --git a/lib/google_maps_api.dart b/lib/google_maps_api.dart |
index 76c0505aedb4ef10772ed225a89fd7226a8b8ab6..6416a89c4cdef52b4d0ae9fcd5902a00e38edbab 100644 |
--- a/lib/google_maps_api.dart |
+++ b/lib/google_maps_api.dart |
@@ -48,11 +48,6 @@ class GoogleMapsApi extends HtmlElement with CustomElementProxyMixin, PolymerBas |
String get language => jsElement[r'language']; |
set language(String value) { jsElement[r'language'] = value; } |
- /// The libraries to load with this map. For more information |
- /// see https://developers.google.com/maps/documentation/javascript/libraries. |
- String get libraries => jsElement[r'libraries']; |
- set libraries(String value) { jsElement[r'libraries'] = value; } |
- |
/// Name of event fired when library is loaded and available. |
String get notifyEvent => jsElement[r'notifyEvent']; |
set notifyEvent(String value) { jsElement[r'notifyEvent'] = value; } |