ControlGoogleStreetView.php in Geolocation Field 8.2
Same filename and directory in other branches
File
modules/geolocation_google_maps/src/Plugin/geolocation/MapFeature/ControlGoogleStreetView.phpView source
<?php
namespace Drupal\geolocation_google_maps\Plugin\geolocation\MapFeature;
/**
* Provides StreetView control element.
*
* @MapFeature(
* id = "control_streetview",
* name = @Translation("Map Control - StreetView"),
* description = @Translation("Add button to toggle map type."),
* type = "google_maps",
* )
*/
class ControlGoogleStreetView extends ControlGoogleElementBase {
}
Classes
Name | Description |
---|---|
ControlGoogleStreetView | Provides StreetView control element. |