@googlemaps/js-api-loader
Advanced tools
Comparing version 1.14.3 to 1.15.1
@@ -26,3 +26,3 @@ /** | ||
export declare const DEFAULT_ID = "__googleMapsScriptId"; | ||
export declare type Libraries = ("drawing" | "geometry" | "localContext" | "places" | "visualization")[]; | ||
export declare type Libraries = ("drawing" | "geometry" | "localContext" | "marker" | "places" | "visualization")[]; | ||
/** | ||
@@ -29,0 +29,0 @@ * The Google Maps JavaScript API |
{ | ||
"name": "@googlemaps/js-api-loader", | ||
"version": "1.14.3", | ||
"version": "1.15.1", | ||
"description": "Wrapper for the loading of Google Maps JavaScript API script in the browser", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -36,7 +36,7 @@ /** | ||
version: "weekly", | ||
libraries: ["places"], | ||
libraries: ["marker", "places"], | ||
language: "language", | ||
region: "region", | ||
}, | ||
"https://maps.googleapis.com/maps/api/js?callback=__googleMapsCallback&key=foo&libraries=places&language=language®ion=region&v=weekly", | ||
"https://maps.googleapis.com/maps/api/js?callback=__googleMapsCallback&key=foo&libraries=marker,places&language=language®ion=region&v=weekly", | ||
], | ||
@@ -43,0 +43,0 @@ [ |
@@ -34,2 +34,3 @@ /** | ||
| "localContext" | ||
| "marker" | ||
| "places" | ||
@@ -36,0 +37,0 @@ | "visualization" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
383353
4200