Inserts a point into the track point collection. Uses the time to determine where the point should be inserted. This is slower than AddPoint, AddPoints or Extend.
| [Visual Basic .NET] |
|---|
Public Sub InsertPoint( _ ByVal Time As System.Object, _ ByVal Latitude As Double, _ ByVal Longitude As Double, _ ByVal Altitude As Double _ ) |
| [C#] |
|---|
public void InsertPoint( |
- Time
- Latitude
- Longitude
- Altitude
