bindToMap method
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;
}
Binds a mapId and the gmaps.Map instance to this controller.
void bindToMap(int mapId, gmaps.Map googleMap) {
this.mapId = mapId;
this.googleMap = googleMap;
}