'Declaration Public Sub DrawPoint( _ ByVal layerKey As String, _ ByVal longitude As Double, _ ByVal latitude As Double, _ ByVal caption As String, _ ByVal font As Font, _ ByVal textColor As Color, _ ByVal markShape As MarkerShape, _ ByVal size As Double, _ ByVal stroke As Color, _ ByVal fill As Color _ )
Parameters
- layerKey
- Unique string identifying the layer.
- longitude
- The specified longitude.
- latitude
- The specified latitude.
- caption
- The caption of marker.
- font
- The font of label.
- textColor
- The color of label text.
- markShape
- The shape of marker.
- size
- The size of the marker shape.
- stroke
- The color of the line.
- fill
- The background color of the polyline.