@h21-map/google-drawing-manager
Advanced tools
Comparing version 8.5.0 to 8.6.0
@@ -948,6 +948,9 @@ | ||
const me = this; | ||
const position = { | ||
latitude: me._centerMarker.getPosition().lat(), | ||
longitude: me._centerMarker.getPosition().lng(), | ||
} | ||
const drawMarker = { | ||
isDraw: me._enableDraw, | ||
latitude: me._centerMarker.getPosition().lat(), | ||
longitude: me._centerMarker.getPosition().lng() | ||
position | ||
} | ||
@@ -954,0 +957,0 @@ return drawMarker; |
{ | ||
"name": "@h21-map/google-drawing-manager", | ||
"scope": "@h21-map", | ||
"version": "8.5.0", | ||
"version": "8.6.0", | ||
"description": "A library of Google Map JS API", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
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
33290
811