MarkerOptions Class

GoogleMap Control Artem.Google

GoogleMap Control MarkerOptions Class
NamespacesArtem.Google.UIMarkerOptions
GoogleMap Control v6.0

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

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



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

Animation
Which animation to play when marker is added to a map.

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.

Cursor
Mouse cursor to show on hover

Draggable
Gets or sets a value indicating whether this MarkerOptions is draggable. If true, the marker can be dragged. Default value is false.

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.

FromScriptData(Object)
Retrieves an instance from script data.

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.

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).

Position
Marker position. Required.

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.

Shadow
Gets or sets the shadow image.

Shape
Gets or sets the shape. Image map region definition used for drag/click.

Title
Gets or sets the title. Rollover text.

ToScriptData()()()()
Returns the instance as a script data.

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

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.

Inheritance Hierarchy
Object
MarkerOptions
  Marker

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