<kendo:map-controls>
The configuration of built-in map controls.
Example
<kendo:map>
<kendo:map-controls></kendo:map-controls>
</kendo:map>
Configuration Attributes
attribution boolean
Configures or disables the built-in attribution control. Further configuration is available via kendo:map-controls-attribution.
Example
<kendo:map-controls attribution="attribution">
</kendo:map-controls>
navigator boolean
Configures or disables the built-in navigator control (directional pad). Further configuration is available via kendo:map-controls-navigator.
Example
<kendo:map-controls navigator="navigator">
</kendo:map-controls>
zoom boolean
Configures or disables the built-in zoom control (+/- button). Further configuration is available via kendo:map-controls-zoom.
Example
<kendo:map-controls zoom="zoom">
</kendo:map-controls>
Configuration JSP Tags
kendo:map-controls-attribution
Configures or disables the built-in attribution control.
More documentation is available at kendo:map-controls-attribution.
Example
<kendo:map-controls>
<kendo:map-controls-attribution></kendo:map-controls-attribution>
</kendo:map-controls>
kendo:map-controls-navigator
Configures or disables the built-in navigator control (directional pad).
More documentation is available at kendo:map-controls-navigator.
Example
<kendo:map-controls>
<kendo:map-controls-navigator></kendo:map-controls-navigator>
</kendo:map-controls>
kendo:map-controls-zoom
Configures or disables the built-in zoom control (+/- button).
More documentation is available at kendo:map-controls-zoom.
Example
<kendo:map-controls>
<kendo:map-controls-zoom></kendo:map-controls-zoom>
</kendo:map-controls>