NowCastMapView 4.2.0.1

NowCastMapView 4.2.0.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Oct 2018
SPMSupports SPM

Maintained by Hiroshi Noto.



  • By
  • Hiroshi Noto

NowCastMapView

Swift Build Status CocoaPods Compatible Carthage Compatible Platform license Twitter

NowCastMapView is an library for High-resolution Precipitation Nowcasts provided by Japan Meteorological Agency written in Swift

Features

  • Overlay Nowcasts Images on Apple Maps.
  • Obtain Precipitation for specific coordinate.

Requirements

  • iOS 8.0+
  • Xcode 9.3+

Installation

NowCastMapView is available through CocoaPods and Carthage.

CocoaPods

To install, simply add the following line to your Podfile:

platform :ios, '11.0'
use_frameworks!

pod 'NowCastMapView'

Carthage

To integrate NowCastMapView into your Xcode project using Carthage, specify it in your Cartfile:

github "notohiro/NowCastMapView"

Run carthage update to build the framework and drag the built NowCastMapView.framework into your Xcode project.

Usage

See Example Application.

NowCastMapView

Just put MapView as NowCastMapView into your StoryBoard.
We provided NowCastMapViewController for general purpose, and of course, you can use own custom ViewController for specific use case.

NowCastRainLevels

You can obtain precipitation of specific coordinate from just few lines.

License

NowCastMapView is available under the MIT license. See the LICENSE file for more info.