| Visual Basic (Declaration) | |
|---|---|
Public Sub AddPoint( _ ByVal p As PointF, _ ByVal marker As ElementMarker _ )  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public void AddPoint( PointF p, ElementMarker marker )  | |
Parameters
- p
 - The coordinates in Longitude, Latitude format.
 - marker
 - A marker drawn in place of this point.