Skip to main content
A newer version of this page is available. .

MapBuilder Members

A Map control.

Constructors

Name Description
MapBuilder(OptionsOwnerContext) For internal use only. Initializes a new MapBuilder class instance.

Methods

Name Description
AccessKey(JS) Mirrors the client-side accessKey option.
AccessKey(String) Mirrors the client-side accessKey option.
ActiveStateEnabled(JS) Mirrors the client-side activeStateEnabled option.
ActiveStateEnabled(Boolean) Mirrors the client-side activeStateEnabled option.
ApiKey(JS) Mirrors the client-side apiKey option.
ApiKey(Action<MapApiKeyBuilder>) Mirrors the client-side apiKey option.
ApiKey(String) Mirrors the client-side apiKey option.
AutoAdjust(JS) Mirrors the client-side autoAdjust option.
AutoAdjust(Boolean) Mirrors the client-side autoAdjust option.
Center(Double, Double) Mirrors the client-side center option.
Center(String) Mirrors the client-side center option.
Controls(JS) Mirrors the client-side controls option.
Controls(Boolean) Mirrors the client-side controls option.
Disabled(JS) Mirrors the client-side disabled option.
Disabled(Boolean) Mirrors the client-side disabled option.
ElementAttr(JS) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(Dictionary<String, Object>) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(Object) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(String, Object) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
FocusStateEnabled(JS) Mirrors the client-side focusStateEnabled option.
FocusStateEnabled(Boolean) Mirrors the client-side focusStateEnabled option.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Height(JS) Mirrors the client-side height option.
Height(Double) Mirrors the client-side height option.
Height(String) Mirrors the client-side height option.
Hint(JS) Mirrors the client-side hint option.
Hint(String) Mirrors the client-side hint option.
HoverStateEnabled(JS) Mirrors the client-side hoverStateEnabled option.
HoverStateEnabled(Boolean) Mirrors the client-side hoverStateEnabled option.
ID(JS) Specifies the id attribute for the control’s HTML element (used for nested controls within templates).
ID(String) Specifies the id attribute for the control’s HTML element.
Key(JS) Obsolete. Mirrors the client-side key option.
Key(Action<MapKeyBuilder>) Obsolete. Mirrors the client-side key object.
Key(String) Obsolete. Mirrors the client-side key option.
MarkerIconSrc(JS) Mirrors the client-side markerIconSrc option.
MarkerIconSrc(String) Mirrors the client-side markerIconSrc option.
Markers(Action<CollectionFactory<MapMarkerBuilder>>) Provides access to the client-side markers option that represents a Map marker collection.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
OnClick(RazorBlock) Mirrors the client-side onClick option.
OnClick(String) Mirrors the client-side onClick option.
OnDisposing(RazorBlock) Mirrors the client-side onDisposing option.
OnDisposing(String) Mirrors the client-side onDisposing option.
OnInitialized(RazorBlock) Mirrors the client-side onInitialized option.
OnInitialized(String) Mirrors the client-side onInitialized option.
OnMarkerAdded(RazorBlock) Mirrors the client-side onMarkerAdded option.
OnMarkerAdded(String) Mirrors the client-side onMarkerAdded option.
OnMarkerRemoved(RazorBlock) Mirrors the client-side onMarkerRemoved option.
OnMarkerRemoved(String) Mirrors the client-side onMarkerRemoved option.
OnOptionChanged(RazorBlock) Mirrors the client-side onOptionChanged option.
OnOptionChanged(String) Mirrors the client-side onOptionChanged option.
OnReady(RazorBlock) Mirrors the client-side onReady option.
OnReady(String) Mirrors the client-side onReady option.
OnRouteAdded(RazorBlock) Mirrors the client-side onRouteAdded option.
OnRouteAdded(String) Mirrors the client-side onRouteAdded option.
OnRouteRemoved(RazorBlock) Mirrors the client-side onRouteRemoved option.
OnRouteRemoved(String) Mirrors the client-side onRouteRemoved option.
Option(String, Object) Specifies an option by its name.
Provider(GeoMapProvider) Mirrors the client-side provider option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Render() Inherited from WidgetBuilder.
Routes(Action<CollectionFactory<MapRouteBuilder>>) Provides access to the client-side routes option that represents a Map route collection.
RtlEnabled(JS) Mirrors the client-side rtlEnabled option.
RtlEnabled(Boolean) Mirrors the client-side rtlEnabled option.
TabIndex(JS) Mirrors the client-side tabIndex option.
TabIndex(Int32) Mirrors the client-side tabIndex option.
ToString() Inherited from WidgetBuilder.
ToTemplate() Renders the control as a template string for use in another control’s template. Inherited from WidgetBuilder.
Type(GeoMapType) Mirrors the client-side type option.
Visible(JS) Mirrors the client-side visible option.
Visible(Boolean) Mirrors the client-side visible option.
Width(JS) Mirrors the client-side width option.
Width(Double) Mirrors the client-side width option.
Width(String) Mirrors the client-side width option.
Zoom(JS) Mirrors the client-side zoom option.
Zoom(Double) Mirrors the client-side zoom option.
See Also