The CMSMapProperties type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
CMSMapProperties |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Properties
Name | Description | |
---|---|---|
Content |
Gets or sets the content text for single marker in detail mode.
| |
EnableKeyboardShortcuts |
Gets or sets the value that indicates whether the keyboard shortcuts are enabled.
| |
EnableMapDragging |
Gets or sets the value that indicates whether the user can drag the map with the mouse.
| |
EnableServerProcessing |
Gets or sets the value that indicates whether server processing is enabled.
| |
Height |
Gets or sets the height of the map.
| |
IconField |
Gets or sets the source icon field.
| |
IconURL |
Gets or sets the icon URL.
| |
Latitude |
Gets or sets the latitude of of the center of the map or latitude of single marker in detail mode.
| |
LatitudeField |
Gets or sets the source latitude field.
| |
Location |
Gets or sets the default location of the center of the map or location of single marker in detail mode.
| |
LocationField |
Gets or sets the address field.
| |
Longitude |
Gets or sets the longitude of of the center of the map or longitude of single marker in detail mode.
| |
LongitudeField |
Gets or sets the source longitude field.
| |
MapId |
Gets or sets Map ID.
| |
MapKey |
Gets or sets the map key.
| |
MapName |
Gets Map name.
| |
MapType |
Gets or sets the initial map type.
| |
Page |
Gets or sets Page.
| |
Scale |
Gets or sets the scale of the map.
| |
ShowMapTypeControl |
Gets or sets the value that indicates whether MapTypeControl is displayed.
| |
ShowNavigationControl |
Gets or sets the value that indicates whether NavigationControl is displayed.
| |
ShowPanControl |
Gets or sets the value that indicates whether Pan control is displayed.
| |
ShowScaleControl |
Gets or sets the value that indicates whether ScaleControl is displayed.
| |
ShowStreetViewControl |
Gets or sets the value that indicates whether Street view control is displayed.
| |
ShowZoomControl |
Gets or sets the value that indicates whether Zoom control is displayed.
| |
ToolTip |
Gets or sets the tool tip text for single marker in detail mode.
| |
ToolTipField |
Gets or sets the tool tip text field (filed for markers tool tip text).
| |
Width |
Gets or sets the width of the map.
| |
ZoomControlType |
The Zoom control type.
| |
ZoomScale |
Gets or sets the scale of the map when zoomed (after marker click event).
|
See Also