| Visual Basic (Declaration) | |
|---|---|
| Public Overloads Sub AddLatLongPoint( _ ByVal p As PointF, _ ByVal marker As ElementMarker, _ ByVal hotspot As Hotspot, _ ByVal annotation As Annotation _ ) | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public void AddLatLongPoint( PointF p, ElementMarker marker, Hotspot hotspot, Annotation annotation ) | |
Parameters
- p
- A PointF in the form of (latitude,longitude)
- marker
- A marker drawn in place of this point. If null, a default marker is drawn.
- hotspot
- The hotspot info like URL and tooltip for this point. Use null if no hotspot is needed.
- annotation
- An annotation for this point. Use null if no annotation is needed.
 
     
     
     
    