Skip to content

Instantly share code, notes, and snippets.

@pawanline
Created December 27, 2019 05:48
Show Gist options
  • Save pawanline/499ad1f9660a578bc88d7fad79ab1241 to your computer and use it in GitHub Desktop.
Save pawanline/499ad1f9660a578bc88d7fad79ab1241 to your computer and use it in GitHub Desktop.
import Foundation
import AerisWeatherKit
import AerisMapKit
class OutageWeatherMapConfig: AWFWeatherMapConfig {
override init() {
super.init()
self.refreshInterval = 1 * AWFSecondInterval // setup the properties here
self.animationEnabled = true
self.showsCountyLines = true
self.tileOverlayLevel = .aboveRoads
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment