Delete a point of interest from the .OV2 file specified by the POI category argument.

Declaration Syntax
public void DeleteClosestPoi(
string filename,
LatLong location
)
Public Sub DeleteClosestPoi ( _
filename As String, _
location As LatLong _
)

Parameters
- filename (String)
- name of the POI category.
- location (LatLong)
- Location at which to delete a point of interest.

Remarks
The point of interest to be deleted is the closest one to the given 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