Loads public school list for a given lat/long into current object
Namespace:
CWS.Common.NDXInterface.NDXAssembly: NDX (in NDX.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public void LoadSchoolList( double lat, double lng, int radius ) |
| Visual Basic (Declaration) |
|---|
Public Sub LoadSchoolList ( _ lat As Double, _ lng As Double, _ radius As Integer _ ) |
| Visual C++ |
|---|
public: void LoadSchoolList( double lat, double lng, int radius ) |
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