You are here

ControlGoogleRotate.php in Geolocation Field 8.3

File

modules/geolocation_google_maps/src/Plugin/geolocation/MapFeature/ControlGoogleRotate.php
View source
<?php

namespace Drupal\geolocation_google_maps\Plugin\geolocation\MapFeature;


/**
 * Provides MapType control element.
 *
 * @MapFeature(
 *   id = "control_rotate",
 *   name = @Translation("Map Control - Rotate"),
 *   description = @Translation("Add rotation control."),
 *   type = "google_maps",
 * )
 */
class ControlGoogleRotate extends ControlGoogleElementBase {

}

Classes

Namesort descending Description
ControlGoogleRotate Provides MapType control element.