HEREMapsStarter 3.15.2

HEREMapsStarter 3.15.2

License Commercial
ReleasedLast Release Apr 2020

Maintained by HERE Technologies.



  • By
  • HERE Technologies

HERE iOS SDK, Starter Edition

This document contains information about the HEREMapsStarter pod for CocoaPods. The HEREMapsStarter pod contains the Starter Edition of the HERE iOS SDK.

HERE iOS SDK supports both Objective-C and Swift. With the Starter Edition, developers can build immersive, geographically-aware iOS applications by leveraging a powerful and flexible mapping platform. Through this SDK, developers can add rich location features such as routing, interactive maps, and global place search to their applications. The powerful client-side HERE iOS SDK also includes a sophisticated engine for rendering map data and calculated routes.

There are two iOS SDKs available from HERE for iOS developers. The Premium Edition of the HERE iOS SDK is available as the pod HEREMaps. You can find a feature comparison of the two on developer.here.com.

Getting Started

  • Getting Help: If you encounter problems with the iOS SDK, post a question to Stack Overflow

  • Documentation: Information to help with getting started with the SDK can be found on developer.here.com.

  • Sample project: You can try our sample app by using the following:

    $ pod try HEREMapsStarter
    
  • Registering you app: Before you can use the HERE iOS SDK, you must register the app at developer.here.com and use the returned credentials in your project. See the Developer Guide for details.

  • Add the HERE iOS SDK to your Podfile: To begin using the SDK in your project, you must add the following to your Podfile:

platform :ios, '9.0'
target 'YourApp' do
  pod 'HEREMapsStarter'
end
  • Install the pod: You can then install the pod by running the command:
$ pod install

License and Terms of Service

The use of the HERE iOS SDK shall be subject to the HERE Terms and Conditions and other legal requirement, by using the HERE iOS SDK you accept the HERE Terms and Conditions and other legal requirements. Therefore all developers must review the legal requirements and terms and conditions associated with usage of the HERE iOS SDK prior to the use of the HERE iOS SDK.