\Kendo\Dataviz\UI\MapControlsNavigator

A PHP class representing the navigator setting of MapControls.

Methods

position

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

Returns

\Kendo\Dataviz\UI\MapControlsNavigator

Parameters

$value string

Example

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