ClassRadMap
Represents the RadMap for ASP.NET AJAX control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadMap : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadMap
Inherited Members
Constructors
RadMap()
Initializes a new instance of the RadMap class.
Declaration
public RadMap()
RadMap(Element)
Initializes a new instance of the RadMap class.
Properties
CenterLatitude
Gets Map center Latitude.
CenterLongitude
Gets Map center Longitude.
ClientId
Gets the client Id of the Map control.
ClientSideLocator
Gets the Client side locator.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
LocatorExpression
Gets the locator FindParam.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Skin
Gets the RadMap skin.
Visible
Gets or sets whether the Map is visible.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
CenterPosition(decimal, decimal)
Sets Map center position.
ControlAssert()
Returns RadControlAssert instance initialized for this control.