\Kendo\Dataviz\UI\MapMarkerTooltipContent
A PHP class representing the content setting of MapMarkerTooltip.
Methods
url
Specifies a URL or request options that the tooltip should load its content from.
Returns
\Kendo\Dataviz\UI\MapMarkerTooltipContent
Parameters
$value string
Example
<?php
$content = new \Kendo\Dataviz\UI\MapMarkerTooltipContent();
$content->url('value');
?>