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
// | |
// ViewController.swift | |
// KMLAFweatherMap | |
// | |
// Created by Pawan Kumar on 20/12/19. | |
// Copyright © 2019 Pawan Kumar. All rights reserved. | |
// | |
import UIKit | |
import AerisWeatherKit |
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() | |
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
// | |
// KMLParser.swift | |
// KMLViewer | |
// | |
// Translated by OOPer in cooperation with shlab.jp, on 2015/10/17. | |
// | |
// | |
/* | |
Copyright (C) 2015 Apple Inc. All Rights Reserved. | |
See LICENSE.txt for this sample’s licensing information |
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
# Uncomment the next line to define a global platform for your project | |
# platform :ios, '9.0' | |
target 'KMLAFweatherMap' do | |
# Comment the next line if you don't want to use dynamic frameworks | |
use_frameworks! | |
# Pods for KMLAFweatherMap | |
pod 'AerisWeather' | |
pod 'AerisWeather/Maps' |