You are here

public function GoogleMaps::isAsynchronous in Openlayers 7.3

Whether or not this object has to be processed asynchronously.

If true the map this object relates to won't be processes right away by Drupals behaviour attach.

Return value

int Return the number of asynchronous object contained in the parent object.

Overrides Base::isAsynchronous

File

src/Plugin/Source/GoogleMaps/GoogleMaps.php, line 84
Google maps API integration based on the example here: http://openlayers.org/en/v3.0.0/examples/google-map.html http://bl.ocks.org/elemoine/e82c7dd4b1d0ef45a9a4

Class

GoogleMaps
Class GoogleMaps.

Namespace

Drupal\openlayers\Plugin\Source\GoogleMaps

Code

public function isAsynchronous() {
  return TRUE;
}