bindToMap method

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

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

Implementation

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