Skip to content

Instantly share code, notes, and snippets.

View pawanline's full-sized avatar
🎯
Focusing

PK pawanline

🎯
Focusing
  • Tech Enthusiast
  • 28.5355° N, 77.3910° E
  • 09:57 (UTC +05:30)
View GitHub Profile
@pawanline
pawanline / podfile
Last active December 27, 2019 05:20
KMLAFWeatherMap pod file
# 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'
@pawanline
pawanline / KMLParser.swift
Created December 27, 2019 05:24
A native KML parser
//
// 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
import Foundation
import AerisWeatherKit
import AerisMapKit
class OutageWeatherMapConfig: AWFWeatherMapConfig {
override init() {
super.init()
@pawanline
pawanline / ViewController.swift
Created December 28, 2019 01:50
AFWeatherMap Controller Configuration.
//
// ViewController.swift
// KMLAFweatherMap
//
// Created by Pawan Kumar on 20/12/19.
// Copyright © 2019 Pawan Kumar. All rights reserved.
//
import UIKit
import AerisWeatherKit