Loads point of interest list for a given lat/long into current object

Namespace:  CWS.Common.NDXInterface.NDX
Assembly:  NDX (in NDX.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void LoadPointOfInterestList(
	double lat,
	double lng,
	int radius,
	int poiTypeID
)
Visual Basic (Declaration)
Public Sub LoadPointOfInterestList ( _
	lat As Double, _
	lng As Double, _
	radius As Integer, _
	poiTypeID As Integer _
)
Visual C++
public:
void LoadPointOfInterestList(
	double lat, 
	double lng, 
	int radius, 
	int poiTypeID
)

Parameters

lat
Type: System..::.Double
Latitude of point
lng
Type: System..::.Double
Longitude of point
radius
Type: System..::.Int32
In miles from given lat/long
poiTypeID
Type: System..::.Int32
Numeric point of interest type id

See Also