Class MarkerClusterStyles
Marker Clusterer style options
Inheritance
System.Object
MarkerClusterStyles
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:GoogleMaps.Markers
Assembly:GoogleMaps.dll
Syntax
public class MarkerClusterStyles : IScriptDescriptorData
Properties
Anchor
The anchor position of the label text.
Declaration
public int[] Anchor { get; set; }
Property Value
Type | Description |
---|---|
System.Int32[] |
Height
The image height.
Declaration
public int Height { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TextColor
The text color.
Declaration
public string TextColor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextSize
The text size.
Declaration
public int TextSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Url
The image url.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Width
The image width.
Declaration
public int Width { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
ToScriptData()
Declaration
public IDictionary<string, object> ToScriptData()
Returns
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |