/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Fusiontables
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Fusiontables/Bucket.php (1545B)
color = $color;
}
public function getColor()
{
return $this->color;
}
public function setIcon($icon)
{
$this->icon = $icon;
}
public function getIcon()
{
return $this->icon;
}
public function setMax($max)
{
$this->max = $max;
}
public function getMax()
{
return $this->max;
}
public function setMin($min)
{
$this->min = $min;
}
public function getMin()
{
return $this->min;
}
public function setOpacity($opacity)
{
$this->opacity = $opacity;
}
public function getOpacity()
{
return $this->opacity;
}
public function setWeight($weight)
{
$this->weight = $weight;
}
public function getWeight()
{
return $this->weight;
}
}