You are here

public property GoogleMapsService::$gmapApiLocalization in Geofield Map 8.2

The Gmap Api Key.

Type: array

File

src/Services/GoogleMapsService.php, line 47

Class

GoogleMapsService
Class GoogleMapsService.

Namespace

Drupal\geofield_map\Services

Code

public $gmapApiLocalization = [
  'default' => 'maps.googleapis.com/maps/api/js',
  'china' => 'maps.google.cn/maps/api/js',
];