You are here

LayerBicycling.php in Geolocation Field 8.3

File

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

namespace Drupal\geolocation_google_maps\Plugin\geolocation\MapFeature;

use Drupal\geolocation\MapFeatureFrontendBase;

/**
 * Provides traffic layer.
 *
 * @MapFeature(
 *   id = "google_maps_layer_bicycling",
 *   name = @Translation("Bicycling layer"),
 *   description = @Translation("Allows you to add real-time bicycling information (where supported) to your maps."),
 *   type = "google_maps",
 * )
 */
class LayerBicycling extends MapFeatureFrontendBase {

}

Classes

Namesort descending Description
LayerBicycling Provides traffic layer.