Skip to content

Commit

Permalink
Merge pull request #66 from heremaps/esd/989
Browse files Browse the repository at this point in the history
ESD-989: Update example apps for release 4.6.4.0
  • Loading branch information
datasun authored Mar 5, 2021
2 parents bf35d3a + 84af52b commit d5a885b
Show file tree
Hide file tree
Showing 408 changed files with 12,121 additions and 1,111 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For an overview of the existing features, please check the _Developer's Guide_ f

> For now, the _Navigate Edition_ 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.6.3.0)
## List of Available Example Apps (Version 4.6.4.0)
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:

- **HelloMap**: Shows the classic 'Hello World'.
Expand Down
2 changes: 1 addition & 1 deletion examples/latest/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This folder contains the HERE SDK examples apps for version: 4.6.3.0
This folder contains the HERE SDK examples apps for version: 4.6.4.0

- HERE SDK for Android ([Lite Edition](lite/android/), [Explore Edition](explore/android/), [Navigate Edition](navigate/android/))
- HERE SDK for iOS ([Lite Edition](lite/ios/), [Explore Edition](explore/ios/), [Navigate Edition](navigate/ios/))
Expand Down
24 changes: 12 additions & 12 deletions examples/latest/explore/android/EVRouting/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
The EVRouting example app shows how the HERE SDK can be used to calculate routes for electric vehicles and how to calculate the area of reach with isoline routing.

Build instructions:
-------------------

1) Copy the AAR file of the HERE SDK for Android to your app's `app/libs` folder.

Note: If your AAR version is different than the version shown in the _Developer's Guide_, you may need to adapt the source code of the example app.

2) Open Android Studio and sync the project.

Please do not forget: To run the app, you need to add your HERE SDK credentials to the `AndroidManifest.xml` file. More information can be found in the _Get Started_ section of the _Developer's Guide_.
The EVRouting example app shows how the HERE SDK can be used to calculate routes for electric vehicles and how to calculate the area of reach with isoline routing.

Build instructions:
-------------------

1) Copy the AAR file of the HERE SDK for Android to your app's `app/libs` folder.

Note: If your AAR version is different than the version shown in the _Developer's Guide_, you may need to adapt the source code of the example app.

2) Open Android Studio and sync the project.

Please do not forget: To run the app, you need to add your HERE SDK credentials to the `AndroidManifest.xml` file. More information can be found in the _Get Started_ section of the _Developer's Guide_.
24 changes: 12 additions & 12 deletions examples/latest/explore/android/MapObjects/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
The MapObject example app shows how to draw polylines, arrows, polygons and circles on the map. You can find how this is done in [MapObjectsExample.java](app/src/main/java/com/here/mapobjects/MapObjectsExample.java).

Build instructions:
-------------------

1) Copy the AAR file of the HERE SDK for Android to your app's `app/libs` folder.

Note: If your AAR version is different than the version shown in the _Developer's Guide_, you may need to adapt the source code of the example app.

2) Open Android Studio and sync the project.

Please do not forget: To run the app, you need to add your HERE SDK credentials to the `AndroidManifest.xml` file. More information can be found in the _Get Started_ section of the _Developer's Guide_.
The MapObject example app shows how to draw polylines, arrows, polygons and circles on the map. You can find how this is done in [MapObjectsExample.java](app/src/main/java/com/here/mapobjects/MapObjectsExample.java).

Build instructions:
-------------------

1) Copy the AAR file of the HERE SDK for Android to your app's `app/libs` folder.

Note: If your AAR version is different than the version shown in the _Developer's Guide_, you may need to adapt the source code of the example app.

2) Open Android Studio and sync the project.

Please do not forget: To run the app, you need to add your HERE SDK credentials to the `AndroidManifest.xml` file. More information can be found in the _Get Started_ section of the _Developer's Guide_.
24 changes: 12 additions & 12 deletions examples/latest/explore/android/MapViewPins/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
The MapViewPin example app shows how to add viewpins to show native android view layouts on the map. You can find how this is done in [MapViewPinExample.java](app/src/main/java/com/here/sdk/example/mapviewpins/MapViewPinExample.java).

Build instructions:
-------------------

1) Copy the AAR file of the HERE SDK for Android to your app's `app/libs` folder.

Note: If your AAR version is different than the version shown in the _Developer's Guide_, you may need to adapt the source code of the example app.

2) Open Android Studio and sync the project.

Please do not forget: To run the app, you need to add your HERE SDK credentials to the `AndroidManifest.xml` file. More information can be found in the _Get Started_ section of the _Developer's Guide_.
The MapViewPin example app shows how to add viewpins to show native android view layouts on the map. You can find how this is done in [MapViewPinExample.java](app/src/main/java/com/here/sdk/example/mapviewpins/MapViewPinExample.java).

Build instructions:
-------------------

1) Copy the AAR file of the HERE SDK for Android to your app's `app/libs` folder.

Note: If your AAR version is different than the version shown in the _Developer's Guide_, you may need to adapt the source code of the example app.

2) Open Android Studio and sync the project.

Please do not forget: To run the app, you need to add your HERE SDK credentials to the `AndroidManifest.xml` file. More information can be found in the _Get Started_ section of the _Developer's Guide_.
24 changes: 12 additions & 12 deletions examples/latest/explore/android/Traffic/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
The Traffic example app shows how to toggle traffic flow and traffic incidents visualization on a map. You can find how this is done in [TrafficExample.java](app/src/main/java/com/here/traffic/TrafficExample.java).

Build instructions:
-------------------

1) Copy the AAR file of the HERE SDK for Android to your app's `app/libs` folder.

Note: If your AAR version is different than the version shown in the _Developer's Guide_, you may need to adapt the source code of the example app.

2) Open Android Studio and sync the project.

Please do not forget: To run the app, you need to add your HERE SDK credentials to the `AndroidManifest.xml` file. More information can be found in the _Get Started_ section of the _Developer's Guide_.
The Traffic example app shows how to toggle traffic flow and traffic incidents visualization on a map. You can find how this is done in [TrafficExample.java](app/src/main/java/com/here/traffic/TrafficExample.java).

Build instructions:
-------------------

1) Copy the AAR file of the HERE SDK for Android to your app's `app/libs` folder.

Note: If your AAR version is different than the version shown in the _Developer's Guide_, you may need to adapt the source code of the example app.

2) Open Android Studio and sync the project.

Please do not forget: To run the app, you need to add your HERE SDK credentials to the `AndroidManifest.xml` file. More information can be found in the _Get Started_ section of the _Developer's Guide_.
28 changes: 14 additions & 14 deletions examples/latest/explore/flutter/camera_app/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
The Camera example app shows how to animate from one location to another. You can find how this is done in [CameraExample.dart](lib/CameraExample.dart).

Build instructions:
-------------------

1) Set your HERE SDK credentials to
- `hello_map/android/app/src/main/AndroidManifest.xml`
- `hello_map/ios/Runner/Info.plist`

2) Unzip the HERE SDK plugin to the plugins folder inside this project. Name the folder 'here_sdk': hello_map/plugins/here_sdk

3) Start an emulator or simulator and execute `flutter run` from the app's directory - or run the app from within your IDE.

More information can be found in the _Get Started_ section of the _Developer's Guide_.
The Camera example app shows how to animate from one location to another. You can find how this is done in [CameraExample.dart](lib/CameraExample.dart).

Build instructions:
-------------------

1) Set your HERE SDK credentials to
- `android/app/src/main/AndroidManifest.xml`
- `ios/Runner/Info.plist`

2) Unzip the HERE SDK plugin to the plugins folder inside this project. Name the folder 'here_sdk': plugins/here_sdk

3) Start an emulator or simulator and execute `flutter run` from the app's directory - or run the app from within your IDE.

More information can be found in the _Get Started_ section of the _Developer's Guide_.
Loading

0 comments on commit d5a885b

Please sign in to comment.