This repository hosts a demo application developed in Objective-C
exposing the usage of the HERE iOS SDK and HERE REST APIs.
The application shows how to do a basic sdk integration, use Places API and display venue map tiles.
Visit the HERE Developer Portal for more information on the HERE Mobile SDKs – Android & iOS and the HERE REST APIs & Platform Extensions.
Note: In order to get the sample code to work, you must replace all instances of
YOUR_APP_ID
andYOUR_APP_CODE
within the code and use your own HERE credentials.
You can obtain a set of credentials from the Plans page on developer.here.com.
For more details about Mobility On Demand, visit the HERE Mobility On Demand Toolkit page.
Unless otherwise noted in LICENSE
files for specific files or directories, the LICENSE in the root applies to all content in this repository.
- Replace
YOUR_APP_ID
andYOUR_APP_CODE
placeholder values inOnDemandPassenger/Constants.m
with your own HERE credentials. - Download the HERE iOS Starter SDK (you can do that from your project). The example uses version 3.10 of the SDK.
- Configure this project to use the HERE SDK. See Creating a Simple Application Using the HERE SDK, in particular the
Configure the Application
section.
The examples use the Custom Integration Test (CIT) environment. Please refer to our API Documentation on how to change from our CIT environment to our Production environment.