geolocation-8.x-3.x-dev/modules/geolocation_google_maps/js/LayerFeature/GoogleLayerFeature.js

modules/geolocation_google_maps/js/LayerFeature/GoogleLayerFeature.js
import { GeolocationLayerFeature } from "../../../../js/LayerFeature/GeolocationLayerFeature.js";

/**
 * @prop {GoogleMaps} layer.map
 */
export class GoogleLayerFeature extends GeolocationLayerFeature {
  /**
   * @param {GoogleMapMarker} marker
   *   Google marker.
   */
  onMarkerAdded(marker) {
    super.onMarkerAdded(marker);
  }

  /**
   * @param {GoogleMapMarker} marker
   *   Google marker.
   */
  onMarkerRemove(marker) {
    super.onMarkerRemove(marker);
  }

  /**
   * @param {GoogleMapMarker} marker
   *   Google marker.
   */
  onMarkerUpdated(marker) {
    super.onMarkerUpdated(marker);
  }

  /**
   * @param {GoogleMapMarker} marker
   *   Google marker.
   */
  onMarkerClicked(marker) {
    super.onMarkerClicked(marker);
  }
}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc