Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

notohiro/NowCastMapView

Repository files navigation

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.

About

Library for High-resolution Precipitation Nowcasts provided by Japan Meteorological Agency

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages