-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from heremaps/esd/989
ESD-989: Update example apps for release 4.6.4.0
- Loading branch information
Showing
408 changed files
with
12,121 additions
and
1,111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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_. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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_. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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_. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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_. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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_. |
Oops, something went wrong.