ang-google-maps
Advanced tools
Comparing version 1.1.8 to 1.1.9
{ | ||
"name": "ang-google-maps", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"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.8", | ||
"version": "1.1.9", | ||
"description": "Module to initialize Google Maps API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,4 +12,5 @@ # ang-google-maps | ||
7. Deleting the marker from the map with deletingMarker. | ||
8. Reset direction's route. | ||
### Screenshots | ||
![alt tag](https://raw.githubusercontent.com/khalednobani/ang-google-maps/master/assets/img/1.%20Demo.png) |
@@ -553,3 +553,7 @@ (function(ang, g) { | ||
$DirectionDisplay = configs['$DirectionDisplay']; | ||
window.resetRoute = function() { | ||
$DirectionDisplay.setMap(null); | ||
}; | ||
return { | ||
@@ -590,2 +594,6 @@ | ||
}, | ||
resetRoute: function(options) { | ||
$DirectionDisplay.setMap(null); | ||
} | ||
@@ -592,0 +600,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
572451
1062
16