Click or drag to resize
CMSMapProperties Class
CMSMapProperties class.
Inheritance Hierarchy
SystemObject
  CMS.ControlsCMSMapProperties

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public class CMSMapProperties

The CMSMapProperties type exposes the following members.

Constructors
  NameDescription
Public methodCMSMapProperties
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Properties
  NameDescription
Public propertyContent
Gets or sets the content text for single marker in detail mode.
Public propertyEnableKeyboardShortcuts
Gets or sets the value that indicates whether the keyboard shortcuts are enabled.
Public propertyEnableMapDragging
Gets or sets the value that indicates whether the user can drag the map with the mouse.
Public propertyEnableServerProcessing
Gets or sets the value that indicates whether server processing is enabled.
Public propertyHeight
Gets or sets the height of the map.
Public propertyIconField
Gets or sets the source icon field.
Public propertyIconURL
Gets or sets the icon URL.
Public propertyLatitude
Gets or sets the latitude of of the center of the map or latitude of single marker in detail mode.
Public propertyLatitudeField
Gets or sets the source latitude field.
Public propertyLocation
Gets or sets the default location of the center of the map or location of single marker in detail mode.
Public propertyLocationField
Gets or sets the address field.
Public propertyLongitude
Gets or sets the longitude of of the center of the map or longitude of single marker in detail mode.
Public propertyLongitudeField
Gets or sets the source longitude field.
Public propertyMapId
Gets or sets Map ID.
Public propertyMapKey
Gets or sets the map key.
Public propertyMapName
Gets Map name.
Public propertyMapType
Gets or sets the initial map type.
Public propertyPage
Gets or sets Page.
Public propertyScale
Gets or sets the scale of the map.
Public propertyShowMapTypeControl
Gets or sets the value that indicates whether MapTypeControl is displayed.
Public propertyShowNavigationControl
Gets or sets the value that indicates whether NavigationControl is displayed.
Public propertyShowPanControl
Gets or sets the value that indicates whether Pan control is displayed.
Public propertyShowScaleControl
Gets or sets the value that indicates whether ScaleControl is displayed.
Public propertyShowStreetViewControl
Gets or sets the value that indicates whether Street view control is displayed.
Public propertyShowZoomControl
Gets or sets the value that indicates whether Zoom control is displayed.
Public propertyToolTip
Gets or sets the tool tip text for single marker in detail mode.
Public propertyToolTipField
Gets or sets the tool tip text field (filed for markers tool tip text).
Public propertyWidth
Gets or sets the width of the map.
Public propertyZoomControlType
The Zoom control type.
Public propertyZoomScale
Gets or sets the scale of the map when zoomed (after marker click event).
Top
See Also