You are here

protected property GeofieldGoogleMapFormatter::$emptyMapOptions in Geofield Map 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/Field/FieldFormatter/GeofieldGoogleMapFormatter.php \Drupal\geofield_map\Plugin\Field\FieldFormatter\GeofieldGoogleMapFormatter::emptyMapOptions

Empty Map Options.

Type: array

File

src/Plugin/Field/FieldFormatter/GeofieldGoogleMapFormatter.php, line 43

Class

GeofieldGoogleMapFormatter
Plugin implementation of the 'geofield_google_map' formatter.

Namespace

Drupal\geofield_map\Plugin\Field\FieldFormatter

Code

protected $emptyMapOptions = [
  '0' => 'Empty field',
  '1' => 'Custom Message',
  '2' => 'Empty Map Centered at the Default Center',
];