mapping-component-package-jp 0.2.3 → 0.2.4

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mapping-component-package-jp",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -454,7 +454,7 @@ export class MapOverlayManager {
454
454
  zIndex: location.MapLocationFeature.ZIndex
455
455
  }
456
456
 
457
- if (properties.showLabel) AddLabelMobile(location);
457
+ if (location.showLabel) AddLabelMobile(location);
458
458
 
459
459
  var polygon = new google.maps.Polygon(polygonOptions);
460
460
  polygons.push(polygon);