Created
December 27, 2019 05:48
-
-
Save pawanline/499ad1f9660a578bc88d7fad79ab1241 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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