You are here

public static function MarkerLabel::getDefaultSettings in Geolocation Field 8.3

Provide a populated settings array.

Return value

array The settings array with the default map settings.

Overrides MapFeatureBase::getDefaultSettings

File

modules/geolocation_google_maps/src/Plugin/geolocation/MapFeature/MarkerLabel.php, line 23

Class

MarkerLabel
Provides Google Maps.

Namespace

Drupal\geolocation_google_maps\Plugin\geolocation\MapFeature

Code

public static function getDefaultSettings() {
  return [
    'color' => '',
    'font_family' => '',
    'font_size' => '',
    'font_weight' => '',
  ];
}