ang-google-maps
Advanced tools
Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "ang-google-maps", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"homepage": "https://github.com/khalednobani/ang-google-maps", | ||
@@ -5,0 +5,0 @@ "description": "Initialise Google Maps, Set Location, Drop Pins, Get Connected Routes between the current location and the destination.", |
{ | ||
"name": "ang-google-maps", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Module to initialize Google Maps API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -592,3 +592,3 @@ (function(ang, g) { | ||
isOnInitFunc = (typeof options['oninit'] == 'function'), | ||
isOnClickFunc = (typeof options['ondragend'] == 'function'), | ||
isOnClickFunc = (typeof options['onclick'] == 'function'), | ||
$Marker = new g.maps.Marker({ | ||
@@ -595,0 +595,0 @@ path: 0, |
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
570732