New to Telerik UI for ASP.NET MVC? Download free 30-day trial

MapMarkerBuilder

Methods

Location(System.Double[])

The marker location on the map. Coordinates are listed as [Latitude, Longitude].

Parameters

value - System.Double[]

The value that configures the location.

Title(System.String)

The marker title. Displayed as browser tooltip.

Parameters

value - System.String

The value that configures the title.

Shape(Kendo.Mvc.UI.MapMarkersShape)

The marker shape. Supported shapes are "pin" and "pinTarget".

Parameters

value - MapMarkersShape

The value that configures the shape.

Shape(System.String)

The marker shape name. The "pin" and "pinTarget" shapes are predefined.

Parameters

name - System.String

The name of the shape.

Tooltip(System.Action)

The tooltip options for this marker.

Parameters

configurator - System.Action<MapMarkerTooltipBuilder>

The action that configures the tooltip.

HtmlAttributes(System.Object)

Sets the HTML attributes.

Parameters

attributes - System.Object

The HTML attributes.

HtmlAttributes(System.Collections.Generic.IDictionary)

Sets the HTML attributes.

Parameters

attributes - System.Collections.Generic.IDictionary<String,Object>

The HTML attributes.

In this article
Not finding the help you need?