\Kendo\Dataviz\UI\MapLayerDefaultsMarkerTooltipContent

A PHP class representing the content setting of MapLayerDefaultsMarkerTooltip.

Methods

url

Specifies a URL or request options that the tooltip should load its content from.

Returns

\Kendo\Dataviz\UI\MapLayerDefaultsMarkerTooltipContent

Parameters

$value string

Example

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