\Kendo\Dataviz\UI\MapControlsZoom

A PHP class representing the zoom setting of MapControls.

Methods

position

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

Returns

\Kendo\Dataviz\UI\MapControlsZoom

Parameters

$value string

Example

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