PointMarkerStyle¶
Inheritance Hierarchy¶
Object
MarkerStyle
PointMarkerStyle
Members Summary¶
Public Constructors Summary¶
Name |
---|
PointMarkerStyle() |
PointMarkerStyle(ImageSource) |
Protected Constructors Summary¶
Name |
---|
N/A |
Public Properties Summary¶
Name | Return Type | Description |
---|---|---|
Height | Double | Gets or sets the height in pixel of the web image. |
ImageSource | ImageSource | Gets or sets the small image that the marker displays. |
ToolTip | String | Gets or sets a tooltip for marker. |
ToolTipDelay | Int32 | Gets or sets an interval in milliseconds. |
Width | Double | Gets or sets the width in pixel of the web image. |
XOffset | Double | Gets or sets the image's X offset in pixel. |
YOffset | Double | Gets or sets the image's Y offset in pixel. |
Protected Properties Summary¶
Name | Return Type | Description |
---|---|---|
N/A | N/A | N/A |
Public Methods Summary¶
Name |
---|
Equals(Object) |
GetHashCode() |
GetMarkers(IEnumerable<Feature>) |
GetType() |
ToString() |
Protected Methods Summary¶
Name |
---|
Finalize() |
MemberwiseClone() |
Public Events Summary¶
Name | Event Arguments | Description |
---|---|---|
N/A | N/A | N/A |
Members Detail¶
Public Constructors¶
Name |
---|
PointMarkerStyle() |
PointMarkerStyle(ImageSource) |
Protected Constructors¶
Public Properties¶
Height
¶
Summary
Gets or sets the height in pixel of the web image.
Remarks
Gets or sets the height in pixel of the web image.
Return Value
Double
ImageSource
¶
Summary
Gets or sets the small image that the marker displays.
Remarks
Gets or sets the small image that the marker displays.
Return Value
ImageSource
ToolTip
¶
Summary
Gets or sets a tooltip for marker.
Remarks
N/A
Return Value
String
ToolTipDelay
¶
Summary
Gets or sets an interval in milliseconds.
Remarks
N/A
Return Value
Int32
Width
¶
Summary
Gets or sets the width in pixel of the web image.
Remarks
Gets or sets the width in pixel of the web image.
Return Value
Double
XOffset
¶
Summary
Gets or sets the image's X offset in pixel.
Remarks
Gets or sets the image's X offset in pixel.
Return Value
Double
YOffset
¶
Summary
Gets or sets the image's Y offset in pixel.
Remarks
Gets or sets the image's Y offset in pixel.
Return Value
Double
Protected Properties¶
Public Methods¶
Equals(Object)
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Boolean | N/A |
Parameters
Name | Type | Description |
---|---|---|
obj | Object | N/A |
GetHashCode()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Int32 | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
GetMarkers(IEnumerable<Feature>)
¶
Summary
This method returns a collection of markers that created with specific styles from the features passed in.
Remarks
This method returns a collection of markers that created with specific styles from the features passed in.
Return Value
Type | Description |
---|---|
GeoCollection<Marker > | A collection of markers that create from the features. |
Parameters
Name | Type | Description |
---|---|---|
features | IEnumerable<Feature > | A collection of features that the markers are created from. |
GetType()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Type | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
ToString()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
String | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
Protected Methods¶
Finalize()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Void | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |
MemberwiseClone()
¶
Summary
N/A
Remarks
N/A
Return Value
Type | Description |
---|---|
Object | N/A |
Parameters
Name | Type | Description |
---|---|---|
N/A | N/A | N/A |