\Kendo\Dataviz\UI\MapLayerDefaultsBing
A PHP class representing the bing setting of MapLayerDefaults.
Methods
attribution
The attribution of all Bing (tm) layers.
Returns
\Kendo\Dataviz\UI\MapLayerDefaultsBing
Parameters
$value string
Example
<?php
$bing = new \Kendo\Dataviz\UI\MapLayerDefaultsBing();
$bing->attribution('value');
?>
culture
The culture to be used for the bing map tiles.
Returns
\Kendo\Dataviz\UI\MapLayerDefaultsBing
Parameters
$value string
Example
<?php
$bing = new \Kendo\Dataviz\UI\MapLayerDefaultsBing();
$bing->culture('value');
?>
imagerySet
The bing map tile types. Possible options.
Returns
\Kendo\Dataviz\UI\MapLayerDefaultsBing
Parameters
$value string
Example
<?php
$bing = new \Kendo\Dataviz\UI\MapLayerDefaultsBing();
$bing->imagerySet('value');
?>
key
The key of all Bing (tm) tile layers.
Returns
\Kendo\Dataviz\UI\MapLayerDefaultsBing
Parameters
$value string
Example
<?php
$bing = new \Kendo\Dataviz\UI\MapLayerDefaultsBing();
$bing->key('value');
?>
opacity
The the opacity of all Bing (tm) tile layers.
Returns
\Kendo\Dataviz\UI\MapLayerDefaultsBing
Parameters
$value float
Example
<?php
$bing = new \Kendo\Dataviz\UI\MapLayerDefaultsBing();
$bing->opacity(1);
?>