WeatherMakerLocationWeatherScript Fields |
The WeatherMakerLocationWeatherScript type exposes the following members.
| Name | Description | |
|---|---|---|
| AccuracyMeters | Accuracy in meters. Ignored if AutoStartStop is false. | |
| ApiKey | Api key for the weather API | |
| AutoStartStop | Whether to auto start and stop the location service. Set to false if you do this elsewhere or don't need location services. | |
| Latitude | The latitude to use. Set to -999 to use the current day/night cycle latitude. Set to 999 to auto-detect local position. | |
| Longitude | The longitude to use. Set to -999 to use the current day/night cycle longitude. Set to 999 to auto-detect local position. | |
| PlaceName | The place name to use, overrides lat/lon. Set to null to use the current day/night cycle lat/lon. | |
| ThresholdMeters | Distance in meters to move before refreshing position. Ignored if AutoStartStop is false. | |
| UpdateRateSeconds | Update rate in minutes. API will be refreshed every n minutes with new weather. | |
| WeatherZoneScript | The weather zone to control |