Skip to content

Commit 0f68949

Browse files
Update README.md
1 parent ee261ea commit 0f68949

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# HERE SDK 4.x (Lite, Explore & Navigate Edition) - Examples for Android, iOS and Flutter
1+
# HERE SDK 4.x (Lite, Explore & Navigate) - Examples for Android, iOS and Flutter
22

33
![License](https://img.shields.io/badge/license-Apache%202-blue)
44
![Platform](https://img.shields.io/badge/platform-Android-green.svg)
@@ -20,39 +20,39 @@ The HERE SDK consumes data from the [HERE Platform](https://www.here.com/product
2020

2121
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_:
2222

23-
- Documentation for the HERE SDK for Android ([Lite Edition](https://www.here.com/docs/bundle/sdk-for-android-lite-developer-guide/page/README.html), [Explore Edition](https://www.here.com/docs/bundle/sdk-for-android-explore-developer-guide/page/README.html), [Navigate Edition](https://www.here.com/docs/bundle/sdk-for-android-navigate-developer-guide/page/README.html))
24-
- Documentation for the HERE SDK for iOS ([Explore Edition](https://www.here.com/docs/bundle/sdk-for-ios-explore-developer-guide/page/README.html), [Navigate Edition](https://www.here.com/docs/bundle/sdk-for-ios-navigate-developer-guide/page/README.html))
25-
- Documentation for the HERE SDK for Flutter ([Explore Edition](https://www.here.com/docs/bundle/sdk-for-flutter-explore-developer-guide/page/README.html), [Navigate Edition](https://www.here.com/docs/bundle/sdk-for-flutter-navigate-developer-guide/page/README.html))
23+
- Documentation for the HERE SDK for Android ([Lite](https://www.here.com/docs/bundle/sdk-for-android-lite-developer-guide/page/README.html), [Explore](https://www.here.com/docs/bundle/sdk-for-android-explore-developer-guide/page/README.html), [Navigate](https://www.here.com/docs/bundle/sdk-for-android-navigate-developer-guide/page/README.html))
24+
- Documentation for the HERE SDK for iOS ([Explore](https://www.here.com/docs/bundle/sdk-for-ios-explore-developer-guide/page/README.html), [Navigate](https://www.here.com/docs/bundle/sdk-for-ios-navigate-developer-guide/page/README.html))
25+
- Documentation for the HERE SDK for Flutter ([Explore](https://www.here.com/docs/bundle/sdk-for-flutter-explore-developer-guide/page/README.html), [Navigate](https://www.here.com/docs/bundle/sdk-for-flutter-navigate-developer-guide/page/README.html))
2626

27-
> For now, the _Navigate Edition_ is only available upon request. Please contact your HERE representative to receive access including a set of evaluation credentials.
27+
> For now, HERE SDK (Navigate) is only available upon request. Please contact your HERE representative to receive access including a set of evaluation credentials.
2828
2929
## List of available example apps (Version 4.23.3.0)
3030

3131
- [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).
3232
- [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).
3333
- [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).
3434

35-
> Not all examples are available for all editions and platforms.
35+
> Not all examples are available for all licenses (formerly known as editions) and platforms. This repo hosts apps for the Lite, Explore and Navigate license.
3636
37-
Find the [latest examples](examples/latest) for the edition and platform of your choice:
37+
Find the [latest examples](examples/latest) for the license and platform of your choice:
3838

39-
- Examples for the HERE SDK for Android ([Lite Edition](examples/latest/lite/android/), [Explore Edition](examples/latest/explore/android/), [Navigate Edition](examples/latest/navigate/android/))
40-
- Examples for the HERE SDK for iOS ([Explore Edition](examples/latest/explore/ios/), [Navigate Edition](examples/latest/navigate/ios/))
41-
- Examples for the HERE SDK for Flutter ([Explore Edition](examples/latest/explore/flutter/), [Navigate Edition](examples/latest/navigate/flutter/))
39+
- Examples for the HERE SDK for Android ([Lite](examples/latest/lite/android/), [Explore](examples/latest/explore/android/), [Navigate](examples/latest/navigate/android/))
40+
- Examples for the HERE SDK for iOS ([Explore](examples/latest/explore/ios/), [Navigate](examples/latest/navigate/ios/))
41+
- Examples for the HERE SDK for Flutter ([Explore](examples/latest/explore/flutter/), [Navigate](examples/latest/navigate/flutter/))
4242

4343
## Example apps for older versions
4444
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.
4545

4646
## What you need to execute the example apps
47-
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 edition.
47+
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.
4848
2. Download the latest HERE SDK package for your desired platform as shown in the _Developer Guide_.
4949
3. Please refer to the minimum requirements and supported devices as listed in our _Developer Guide_.
5050
4. Follow the README instructions you can find in the app folder for each example app.
5151

5252
## More resources
5353

5454
- 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.
55-
- 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 Edition_ including the features from the _Explore Edition_ in an release-ready app with easy-to-understand UX flows and reusable UI assets.
55+
- 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.
5656

5757
## Get in touch
5858
- Information on how to contribute to this project can be found [here](CONTRIBUTING.md).

0 commit comments

Comments
 (0)