Marker Class

GoogleMap Control Artem.Google

GoogleMap Control Marker Class
NamespacesArtem.Google.UIMarker
GoogleMap Control v6.0

[Missing <summary> documentation for "T:Artem.Google.UI.Marker"]

Declaration Syntax
C# Visual Basic
public class Marker : MarkerOptions
Public Class Marker _
	Inherits MarkerOptions
Members
All Members Constructors Methods Properties



Icon Member Description
Marker()()()()
Initializes a new instance of the Marker class

Address
The address to geocode and set the initial marker position.

Animation
Which animation to play when marker is added to a map.
(Inherited from MarkerOptions.)
Clickable
Gets or sets a value indicating whether this MarkerOptions is clickable. If true, the marker receives mouse and touch events. Default value is true.
(Inherited from MarkerOptions.)
Cursor
Mouse cursor to show on hover
(Inherited from MarkerOptions.)
Draggable
Gets or sets a value indicating whether this MarkerOptions is draggable. If true, the marker can be dragged. Default value is false.
(Inherited from MarkerOptions.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Flat
Gets or sets a value indicating whether this MarkerOptions is flat. If true, the marker shadow will not be displayed.
(Inherited from MarkerOptions.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Icon
Icon for the foreground.
(Inherited from MarkerOptions.)
Info
The text content to show in marker's InfoWindow.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Optimized
Gets or sets a value indicating whether this MarkerOptions is optimized. Optimization renders many markers as a single static element. Optimized rendering is enabled by default. Disable optimized rendering for animated GIFs or PNGs, or when each marker must be rendered as a separate DOM element (advanced usage only).
(Inherited from MarkerOptions.)
Position
Marker position. Required.
(Inherited from MarkerOptions.)
RaiseOnDrag
Gets or sets a value indicating whether [raise on drag]. If false, disables raising and lowering the marker on drag. This option is true by default.
(Inherited from MarkerOptions.)
Shadow
Gets or sets the shadow image.
(Inherited from MarkerOptions.)
Shape
Gets or sets the shape. Image map region definition used for drag/click.
(Inherited from MarkerOptions.)
Title
Gets or sets the title. Rollover text.
(Inherited from MarkerOptions.)
ToScriptData()()()()
Returns the instance as a script data.
(Overrides MarkerOptions.ToScriptData()()()().)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Visible
Gets or sets a value indicating whether this MarkerOptions is visible. If true, the marker is visible
(Inherited from MarkerOptions.)
ZIndex
All markers are displayed on the map in order of their zIndex, with higher values displaying in front of markers with lower values. By default, markers are displayed according to their vertical position on screen, with lower markers appearing in front of markers further up the screen.
(Inherited from MarkerOptions.)
Inheritance Hierarchy
Object
MarkerOptions
  Marker

Assembly: Artem.Google (Module: Artem.Google) Version: 6.0.0.0 (6.0.11322.1118)