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 | |
|---|---|---|
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Extension Methods
| Name | Description | |
|---|---|---|
| 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.
| |
| NavigationControlType |
The Navigation control 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.
| |
| ShowScaleControl |
Gets or sets the value that indicates whether ScaleControl 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.
| |
| ZoomScale |
Gets or sets the scale of the map when zoomed (after marker click event).
|
See Also