You are here

private function GmapPolylineToolbox::__construct in GMap Module 7.2

Do not change.

File

lib/Drupal/gmap/GmapPolylineToolbox.php, line 65
Contains GmapPolylineToolbox.php Encoded polyline utilities.

Class

GmapPolylineToolbox

Namespace

Drupal\gmap

Code

private function __construct() {
  self::$levels = $this
    ->getZoomLevels();
}