Creates point of interest list object for given type at given lat/long
Namespace:
CWS.Common.NDXInterface.NDXAssembly: NDX (in NDX.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public PointOfInterestList( double lat, double lng, int radius, int poiTypeID ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ lat As Double, _ lng As Double, _ radius As Integer, _ poiTypeID As Integer _ ) |
| Visual C++ |
|---|
public: PointOfInterestList( 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