Method | Description | |
---|---|---|
ConvertDegreesToRadians ( double degrees ) : double | ||
ConvertRadiansToDegrees ( double radians ) : double | ||
DoGET ( |
||
DoGET ( |
||
IsPointInPolygon ( PointCollection points, MapPoint point ) : bool |
public static ConvertDegreesToRadians ( double degrees ) : double | ||
degrees | double | |
return | double |
public static ConvertRadiansToDegrees ( double radians ) : double | ||
radians | double | |
return | double |
public static DoGET ( |
||
address | ||
resultHandler | Action |
|
errorHandler | Action |
|
return | void |
public static DoGET ( |
||
address | ||
resultHandler | Action |
|
errorHandler | Action |
|
return | void |
public static IsPointInPolygon ( PointCollection points, MapPoint point ) : bool | ||
points | PointCollection | |
point | MapPoint | |
return | bool |