fsMapViewSetWeatherRadarScanRate
This function can be used to specify the angle of the cone in which the weather radar will display rainfall. Note that this is only useful if the fsMapViewSetWeatherRadarMode has been set to horizontal or vertical.
Syntax
bool fsMapViewSetWeatherRadarScanRate(
FsContext ctx,
FsTextureId id,
float fScanRate
)
Members
| Parameters | Description |
|---|---|
ctx |
A value of type FsContext provided as an argument of the gauge callback. |
id |
The MapView render ID as returned by the function fsMapViewCreate. |
fScanRate |
The new scan rate, expressed in RPM. The default value is 12. |
Return Values
Returns true if successful, otherwise it will return false.
Remarks
N/A
0/255