bindToMap method

void bindToMap(
  1. int mapId,
  2. GMap googleMap
)
inherited

Binds a mapId and the gmaps.GMap instance to this controller.

Implementation

void bindToMap(int mapId, gmaps.GMap googleMap) {
  this.mapId = mapId;
  this.googleMap = googleMap;
}