You are here

protected property GeofieldMapFieldTrait::$gMapTypesOptions in Geofield Map 8.2

Same name and namespace in other branches
  1. 8 src/GeofieldMapFieldTrait.php \Drupal\geofield_map\GeofieldMapFieldTrait::gMapTypesOptions

Google Map Types Options.

Type: array

File

src/GeofieldMapFieldTrait.php, line 24

Class

GeofieldMapFieldTrait
Class GeofieldMapFieldTrait.

Namespace

Drupal\geofield_map

Code

protected $gMapTypesOptions = [
  'roadmap' => 'Roadmap',
  'satellite' => 'Satellite',
  'hybrid' => 'Hybrid',
  'terrain' => 'Terrain',
];