Sha256: 90987ad6dbd866eb9398859eb07169d95fdb78f3d7b7d50305169c46bd09db60
Contents?: true
Size: 829 Bytes
Versions: 1
Compression:
Stored size: 829 Bytes
Contents
# Motion::YandexMapKit This gem provides YandexMapKit support for RubyMotion. YandexMapKit is MapKit-like framework based on Yandex.com own maps and navigation data. ## Installation ### Update your Rakefile ```ruby require 'motion-yandexmapkit' ``` ### Install the map support files into your resources ```bash $ rake yandexmapkit:install ``` ### Get the API key You can obtain the API key by mailing [support@mobmaps.yandex.ru](mailto:support@mobmaps.yandex.ru) with subject "Yandex.Mobmaps" and a description of your plans on using the framework. ## Sample Project Please check the [official demo](https://github.com/yandexmobile/yandexmapkit-ios/) for now. ### Small demo ```ruby class MapController < UIViewController def loadView self.view = YMKMapView.alloc.init self.view.apiKey = '...' end end ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-yandexmapkit-0.0.1 | README.md |