mapping-component-package-jp 0.0.54 → 0.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -3700,7 +3700,8 @@ export class MapOverlayManager {
|
|
|
3700
3700
|
if(clickEnabled) {
|
|
3701
3701
|
var polygonClickListener = google.maps.event.addListener(polygon, "click", function(event) {
|
|
3702
3702
|
eventHandlers["PolygonOnClick"]({
|
|
3703
|
-
id:
|
|
3703
|
+
id: location.Id,
|
|
3704
|
+
poly: location.Poly,
|
|
3704
3705
|
lat: event.latLng.lat(),
|
|
3705
3706
|
lng: event.latLng.lng()
|
|
3706
3707
|
});
|