google-maps-infobox-window
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "google-maps-infobox-windowed", | ||
"version": "1.1.13", | ||
"version": "2.0.1", | ||
"description": "An InfoBox behaves like a google.maps.InfoWindow, but it supports several additional properties for advanced styling. An InfoBox can also be used as a map label. Also it's available now as window.infoBox.", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -0,1 +1,8 @@ | ||
/** | ||
* Check if google is already there - otherwise we can't use the | ||
* google api not only on the page we need it without getting an | ||
* error from this script | ||
*/ | ||
if (typeof google === 'object' && typeof google.maps === 'object') { | ||
/** | ||
@@ -820,1 +827,3 @@ * @name InfoBox | ||
window.infoBox = InfoBox; | ||
} |
{ | ||
"name": "google-maps-infobox-window", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "This repository and npm module only encapsulates the original script into a window variable...", | ||
@@ -5,0 +5,0 @@ "main": "infobox.js", |
@@ -1,1 +0,16 @@ | ||
This repository and npm module only encapsulates the original script into a window variable so it can be used directly with TS loaded via 'shim', and doesn't modify it's source. | ||
# Google Maps Infobox - Windowed | ||
This repository and npm module only encapsulates the original script into a window variable so it can be used directly with TS loaded via 'shim', and doesn't modify it's source. | ||
## How to use | ||
### npm | ||
``` | ||
npm install google-maps-infobox-window | ||
``` | ||
### bower | ||
``` | ||
bower install google-maps-infobox-windowed | ||
``` |
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
38264
664
17