In The Hand - .NET Components for Mobility
MoveClosestPoi Method (filename, location, newLocation)
NamespacesInTheHand.TomTomNavigatorMoveClosestPoi(String, LatLong, LatLong)
Move a point of interest from the .OV2 file specified by the POI category argument to a new position.
Declaration Syntax
C#Visual Basic
public void MoveClosestPoi(
	string filename,
	LatLong location,
	LatLong newLocation
)
Public Sub MoveClosestPoi ( _
	filename As String, _
	location As LatLong, _
	newLocation As LatLong _
)
Parameters
filename (String)
name of the POI category.
location (LatLong)
old location.
newLocation (LatLong)
new location.
Remarks
The point of interest to be moved is the closest one to the given old co-ordinates among the points of interest that are within a distance of 100 meters from there.

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