SygicMapsKit 4.0.0

SygicMapsKit 4.0.0

Jakub Calik 维护。



 
依赖关系
SygicMaps~> 15.0
SygicUIKit~> 4.0
 

  • Sygic

SygicMapsKit - iOS

一个基于 Sygic Maps SDK 的高级开源库,可以用来显示和交互丰富的地图内容。它使用 Sygic UI Kit 的 UI 组件(如果您在寻找 Android 版本,您可以在这里找到它)

Sygic

示例应用

要熟悉所有功能,您可以首先尝试我们的示例应用。要运行应用程序,克隆仓库,并首先从 Example 目录运行 pod install。打开 SygicMapsKit.xcworkspace 并构建。在我们的 wiki 上了解有关示例以及如何使用它们的信息

Example1Example2Example3Example4

需求

  • 请求 Sygic API 密钥。要开始使用 Sygic Maps SDK 开发,请填写此表格并获得您的 API 密钥。
  • 在使用 MapsKit 之前,请调用 SYMKApiKeys.set(appKey: String, appSecret: String)
  • Swift 4.2

安装

SygicMapsKit 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile 中

pod 'SygicMapsKit'

Bitcode

不幸的是,SygicMaps框架目前还不能支持Bitcode。在此期间,您必须在应用程序中禁用Bitcode,或者在使用Podfile时使用post_install脚本来在所有目标中禁用Bitcode。

权限

如果您想使用框架中的基于位置的功能,请确保您的应用程序信息属性列表密钥(Info.plist)包含必要的权限密钥(NSLocationWhenInUseUsageDescriptionNSLocationAlwaysAndWhenInUseUsageDescription

帮助

首先阅读Wiki页面,然后在Stackoverflow中搜索或在GitHub的问题页面上查看。

作者

许可

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

https://apache.ac.cn/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.