mapping-component-package-jp 0.0.8 → 0.0.9

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.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -220,6 +220,9 @@ export class MapOverlayManager {
220
220
  }
221
221
 
222
222
  function AdvancedMarker(locations, icon, markerType = 'field', fitBounds) {
223
+
224
+ fmarkers_clear();
225
+
223
226
  if (map.getMapCapabilities().isAdvancedMarkersAvailable && locations && locations.length > 0) {
224
227
  var mapBounds = new google.maps.LatLngBounds();
225
228
  locations.forEach(function(v) {