CMSMapProperties MembersKentico 8.0 API Reference
The CMSMapProperties type exposes the following members.
Constructors

  NameDescription
Public methodCMSMapProperties
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
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.)
Back to 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 propertyNavigationControlType
The Navigation control 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 propertyShowScaleControl
Gets or sets the value that indicates whether ScaleControl 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 propertyZoomScale
Gets or sets the scale of the map when zoomed (after marker click event).
Back to Top
See Also