You are here

function geolocation_geometry_geolocation_google_maps_parameters in Geolocation Field 8.3

Implements hook_geolocation_google_maps_parameters().

File

modules/geolocation_geometry/geolocation_geometry.module, line 11
Google places required hooks.

Code

function geolocation_geometry_geolocation_google_maps_parameters() {
  return [
    'libraries' => [
      'drawing',
    ],
  ];
}