LeafletClientLocationIndicator.php in Geolocation Field 8.3
Same filename and directory in other branches
File
modules/geolocation_leaflet/src/Plugin/geolocation/MapFeature/LeafletClientLocationIndicator.phpView source
<?php
namespace Drupal\geolocation_leaflet\Plugin\geolocation\MapFeature;
use Drupal\geolocation\MapFeatureFrontendBase;
/**
* Provides continious client location indicator.
*
* @MapFeature(
* id = "leaflet_client_location_indicator",
* name = @Translation("Client Location Indicator"),
* description = @Translation("Continuously show client location marker on map."),
* type = "leaflet",
* )
*/
class LeafletClientLocationIndicator extends MapFeatureFrontendBase {
}
Classes
Name | Description |
---|---|
LeafletClientLocationIndicator | Provides continious client location indicator. |