An open API service indexing awesome lists of open source software.

https://github.com/heremaps/here-sdk-examples

Android, iOS and Flutter example apps for the HERE SDK 4.x (Explore, Navigate)
https://github.com/heremaps/here-sdk-examples

android dart flutter here-sdk ios java mobile-app mobile-development swift

Last synced: 29 days ago
JSON representation

Android, iOS and Flutter example apps for the HERE SDK 4.x (Explore, Navigate)

Awesome Lists containing this project

README

          

# HERE SDK 4.x - Examples for Android, iOS and Flutter

![License](https://img.shields.io/badge/license-Apache%202-blue)
![Platform](https://img.shields.io/badge/platform-Android-green.svg)
![Language](https://img.shields.io/badge/language-Java%208-orange.svg)
![Platform](https://img.shields.io/badge/platform-iOS-green.svg)
![Language](https://img.shields.io/badge/language-Swift%205.3.2-orange.svg)

In this repository you can find the [latest example apps](examples/latest) that show key features of the HERE SDK in ready-to-use applications.

## About the HERE SDK

The [HERE SDK](https://developer.here.com/products/here-sdk) enables you to build powerful location-aware applications. Explore maps that are fast and smooth to interact with, pan/zoom across map views of varying resolutions, and enable the display of various elements such as routes and POIs on highly customizable map views.



The HERE SDK consumes data from the [HERE Platform](https://www.here.com/products/platform) and follows modern design principles incorporating microservices and modularized components. Currently, the HERE SDK supports three platforms: Android, iOS and Flutter.

For an overview of the existing features, please check the _Developer Guide_ for the platform of your choice. Here you will also find numerous code snippets, detailed tutorials, the _API Reference_ and the latest _Release Notes_:

- Documentation for the [HERE SDK for Android](https://www.here.com/docs/bundle/sdk-for-android-developer-guide/page/README.html)
- Documentation for the [HERE SDK for iOS](https://www.here.com/docs/bundle/sdk-for-ios-developer-guide/page/README.html)
- Documentation for the [HERE SDK for Flutter](https://www.here.com/docs/bundle/sdk-for-flutter-developer-guide/page/README.html)

> For now, HERE SDK (Navigate) is only available upon request. Please contact your HERE representative to receive access including a set of evaluation credentials.

## List of available example apps (Version 4.25.4.0)

- [List of example apps for the HERE SDK for Android](https://www.here.com/docs/bundle/sdk-for-android-developer-guide/page/topics/examples.html).
- [List of example apps for the HERE SDK for iOS](https://www.here.com/docs/bundle/sdk-for-ios-developer-guide/page/topics/examples.html).
- [List of example apps for the HERE SDK for Flutter](https://www.here.com/docs/bundle/sdk-for-flutter-developer-guide/page/topics/examples.html).

> Not all examples are available for all licenses (formerly known as editions) and platforms. This repo hosts apps for the Explore and Navigate license.

Find the [latest examples](examples/latest) for the license and platform of your choice:

- Examples for the HERE SDK for Android ([Explore](examples/latest/explore/android/), [Navigate](examples/latest/navigate/android/))
- Examples for the HERE SDK for iOS ([Explore](examples/latest/explore/ios/), [Navigate](examples/latest/navigate/ios/))
- Examples for the HERE SDK for Flutter ([Explore](examples/latest/explore/flutter/), [Navigate](examples/latest/navigate/flutter/))

## Example apps for older versions
Above you can find the example app links for the _latest_ HERE SDK version. If you are looking for an older version, please check our [release page](https://github.com/heremaps/here-sdk-examples/releases) where you can download tagged older releases.

## What you need to execute the example apps
1. Acquire a set of credentials: Follow the steps from the [Developer Guide](https://www.here.com/docs/category/here-sdk) for your HERE SDK license.
2. Download the latest HERE SDK package for your desired platform as shown in the _Developer Guide_.
3. Please refer to the minimum requirements and supported devices as listed in our _Developer Guide_.
4. Follow the README instructions you can find in the app folder for each example app.

## More resources

- If you are interested to see a demo of the features the HERE SDK has to offer - or if you simply want to see all features in action, check the [HERE WeGo](https://www.here.com/products/wego) application. This app uses the same technology stack that empowers the HERE SDK.
- Alternatively, you can build and run the _Reference Application_ (available only for Flutter) which you can find as an [open-source project on GitHub](https://github.com/heremaps/here-sdk-ref-app-flutter). This app shows most features of the Navigate license including the features from the Explore license in an release-ready app with easy-to-understand UX flows and reusable UI assets.

## Get in touch
- Information on how to contribute to this project can be found [here](CONTRIBUTING.md).
- If you have questions about billing, your account, or anything else [Contact Us](https://www.here.com/contact).

Thank you for using the HERE SDK.

## License
Copyright (C) 2019-2025 HERE Europe B.V.

See the [LICENSE](LICENSE) file in the root of this repository for license details.