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