[]
Adds a point.
public void DrawPoint(string layerKey, double longitude, double latitude, string caption, Font font, Color textColor, MarkerShape markShape, double size, Color stroke, Color fill)
| Type | Name | Description |
|---|---|---|
| string | layerKey | Unique string identifying the layer. |
| double | longitude | The specified longitude. |
| double | latitude | The specified latitude. |
| string | caption | The caption of marker. |
| Font | font | The font of label. |
| Color | textColor | The color of label text. |
| MarkerShape | markShape | The shape of marker. |
| double | size | The size of the marker shape. |
| Color | stroke | The color of the line. |
| Color | fill | The background color of the polyline. |