\Kendo\Dataviz\UI\MapControlsAttribution

A PHP class representing the attribution setting of MapControls.

Methods

position

The position of the attribution control. Predefined values are "topLeft", "topRight", "left", "bottomRight", "bottomLeft".

Returns

\Kendo\Dataviz\UI\MapControlsAttribution

Parameters

$value string

Example

<?php
$attribution = new \Kendo\Dataviz\UI\MapControlsAttribution();
$attribution->position('value');
?>
In this article
Not finding the help you need?