You are here

service geofield_map.google_maps in Geofield Map 8.2

Class

Drupal\geofield_map\Services\GoogleMapsService
3 string references to geofield_map.google_maps
GeofieldGoogleMapFormatter::create in src/Plugin/Field/FieldFormatter/GeofieldGoogleMapFormatter.php
Creates an instance of the plugin.
GeofieldGoogleMapViewStyle::create in src/Plugin/views/style/GeofieldGoogleMapViewStyle.php
Creates an instance of the plugin.
GeofieldMap::latLonProcess in src/Element/GeofieldMap.php
Generates the Geofield Map form element.

File

./geofield_map.services.yml
geofield_map.services.yml

View source
  1. class: Drupal\geofield_map\Services\GoogleMapsService
  2. arguments:
  3. - '@config.factory'
  4. - '@language_manager'
  5. - '@request_stack'