You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -20,39 +20,39 @@ The HERE SDK consumes data from the [HERE Platform](https://www.here.com/product
20
20
21
21
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_:
22
22
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))
26
26
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.
28
28
29
29
## List of available example apps (Version 4.23.3.0)
30
30
31
31
-[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).
32
32
-[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).
33
33
-[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).
34
34
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.
36
36
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:
38
38
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/))
42
42
43
43
## Example apps for older versions
44
44
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.
45
45
46
46
## 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.
48
48
2. Download the latest HERE SDK package for your desired platform as shown in the _Developer Guide_.
49
49
3. Please refer to the minimum requirements and supported devices as listed in our _Developer Guide_.
50
50
4. Follow the README instructions you can find in the app folder for each example app.
51
51
52
52
## More resources
53
53
54
54
- 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.
56
56
57
57
## Get in touch
58
58
- Information on how to contribute to this project can be found [here](CONTRIBUTING.md).
0 commit comments