You are here

protected property LeafletSettingsElementsTrait::$controlPositionsOptions in Leaflet 8

Same name and namespace in other branches
  1. 2.1.x src/LeafletSettingsElementsTrait.php \Drupal\leaflet\LeafletSettingsElementsTrait::controlPositionsOptions
  2. 2.0.x src/LeafletSettingsElementsTrait.php \Drupal\leaflet\LeafletSettingsElementsTrait::controlPositionsOptions

Leaflet Controls Positions Options.

Type: array

File

src/LeafletSettingsElementsTrait.php, line 25

Class

LeafletSettingsElementsTrait
Class GeofieldMapFieldTrait.

Namespace

Drupal\leaflet

Code

protected $controlPositionsOptions = [
  'topleft' => 'Top Left',
  'topright' => 'Top Right',
  'bottomleft' => 'Bottom Left',
  'bottomright' => 'Bottom Right',
];