protected property LeafletSettingsElementsTrait::$controlPositionsOptions in Leaflet 8
Same name and namespace in other branches
- 2.1.x src/LeafletSettingsElementsTrait.php \Drupal\leaflet\LeafletSettingsElementsTrait::controlPositionsOptions
- 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\leafletCode
protected $controlPositionsOptions = [
'topleft' => 'Top Left',
'topright' => 'Top Right',
'bottomleft' => 'Bottom Left',
'bottomright' => 'Bottom Right',
];