/sygic-maps-kit-ios

Primary LanguageSwiftMIT LicenseMIT

SygicMapsKit - iOS

A powerful open-source library based on Sygic Maps SDK which can be used to display rich map content and interact with it. It is using UI components from Sygic UI Kit (if you are looking for an android version, you can find it here)

Sygic

Sample Application

To get familiar with all the features available, you can first try out our sample application. To run the application, clone the repo, and run pod install from the Example directory first. Open SygicMapsKit.xcworkspace and build. Read about samples and how to use them at our wiki

Example1Example2Example3Example4

Requirements

  • Request the Sygic API key. To start developing with Sygic Maps SDK, please fill this form and get your API key.
  • Call SYMKApiKeys.set(appKey: String, appSecret: String) before using MapsKit.
  • Swift 4.2

Installation

SygicMapsKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SygicMapsKit'

Bitcode

Unfortunately SygicMaps framework does not support bitcode yet. In the meantime you have to disable bitcode in your application as well, or use post_install script in podfile to disable bitcode in all targets.

Permissions

If you would like to use location based features from framework, please make sure your application Information Property List Key (Info.plist) contains necessary permission keys (NSLocationWhenInUseUsageDescription or NSLocationAlwaysAndWhenInUseUsageDescription)

Help

First read the Wiki page, then try to search on Stackoverflow or visit the GitHub issues page.

Authors

  • Jakub Cali­k - Primary contributor - jcaliksygic
  • Jakub Kracina - Primary contributor - Kraci
  • Marek Dovjak - Primary contributor - marekdovjak

License

This project is licensed under the MIT License

Copyright (c) 2019 - Sygic a.s.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.