In The Hand - .NET Components for Mobility
AddPoi Method (filename, location, name, id)
NamespacesInTheHand.TomTomNavigatorAddPoi(String, LatLong, String, String)
Add a point of interest to the .OV2 file specified by the POI category argument.
Declaration Syntax
C#Visual Basic
public void AddPoi(
	string filename,
	LatLong location,
	string name,
	string id
)
Public Sub AddPoi ( _
	filename As String, _
	location As LatLong, _
	name As String, _
	id As String _
)
Parameters
filename (String)
name of the POI category.
location (LatLong)
Location of new POI.
name (String)
Descriptive name of new POI.
id (String)
optional external identifier of the POI.
Remarks
The point of interest will have the name and co-ordinates given by the corresponding arguments. An external identifier string can also be attached to the point of interest.

Assembly: InTheHand.TomTom (Module: InTheHand.TomTom) Version: 6.2.0.0