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
) |
See Also