Skip to content

Commit 9ea7e8c

Browse files
committed
Update example apps for release 4.24.3.0
Signed-off-by: datasun <[email protected]>
1 parent a763d01 commit 9ea7e8c

File tree

286 files changed

+1243
-3888
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

286 files changed

+1243
-3888
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For an overview of the existing features, please check the _Developer Guide_ for
2626

2727
> 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
29-
## List of available example apps (Version 4.24.2.0)
29+
## List of available example apps (Version 4.24.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).

examples/latest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This folder contains the HERE SDK examples apps for version: 4.24.2.0
1+
This folder contains the HERE SDK examples apps for version: 4.24.3.0
22

33
- HERE SDK for Android ([Lite](lite/android/), [Explore](explore/android/), [Navigate](navigate/android/))
44
- HERE SDK for iOS ([Lite](lite/ios/), [Explore](explore/ios/), [Navigate](navigate/ios/))

examples/latest/explore/android/Java/Camera/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
The Camera example app shows how to change the target anchor point and how to move to another location using animations. You can find how this is done in [CameraExample.java](app/src/main/java/com/here/camera/CameraExample.java).
22

3+
This example uses **HERE SDK Units** to support functionality such as permission handling or buttons that are not essential to the code snippets shown in this app, as the focus is on demonstrating how to use the APIs provided by the HERE SDK. The HERE SDK Units are included as AARs in the app’s `libs` folder. For more details, see the "HERESDKUnits" app to customize or create your own unit libraries.
4+
35
Build instructions:
46
-------------------
57

examples/latest/explore/android/Java/CameraKeyframeTracks/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
The CameraKeyframeTracks example app shows how to use multiple keyframe tracks for map camera animations and how to animate to a route. You can find how this is done in [CameraKeyframeTracksExample.java](app/src/main/java/com/here/camerakeyframetracks/CameraKeyframeTracksExample.java).
22

3+
This example uses **HERE SDK Units** to support functionality such as permission handling or buttons that are not essential to the code snippets shown in this app, as the focus is on demonstrating how to use the APIs provided by the HERE SDK. The HERE SDK Units are included as AARs in the app’s `libs` folder. For more details, see the "HERESDKUnits" app to customize or create your own unit libraries.
4+
35
Build instructions:
46
-------------------
57

examples/latest/explore/android/Java/CustomMapStyles/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
This example app shows how to load custom maps that have been made with the [HERE Style Editor](https://platform.here.com/style-editor/). Note that this requires HERE SDK 4.12.1.0 or higher. You can find how this is done in [CustomMapStylesExample.java](app/src/main/java/com/here/custommapstyles/CustomMapStylesExample.java).
22

3+
This example uses **HERE SDK Units** to support functionality such as permission handling or buttons that are not essential to the code snippets shown in this app, as the focus is on demonstrating how to use the APIs provided by the HERE SDK. The HERE SDK Units are included as AARs in the app’s `libs` folder. For more details, see the "HERESDKUnits" app to customize or create your own unit libraries.
4+
35
Build instructions:
46
-------------------
57

examples/latest/explore/android/Java/CustomPolygonLayers/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
This example app shows how to load custom polygon layers. You can find how this is done in [CustomPolygonLayersExample.java](app/src/main/java/com/here/sdk/custompolygonlayers/CustomPolygonLayersExample.java).
22

3+
This example uses **HERE SDK Units** to support functionality such as permission handling or buttons that are not essential to the code snippets shown in this app, as the focus is on demonstrating how to use the APIs provided by the HERE SDK. The HERE SDK Units are included as AARs in the app’s `libs` folder. For more details, see the "HERESDKUnits" app to customize or create your own unit libraries.
4+
35
Build instructions:
46
-------------------
57

examples/latest/explore/android/Java/CustomRasterLayers/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
This example app shows how to load custom raster layers. You can find how this is done in [CustomRasterLayersExample.java](app/src/main/java/com/here/sdk/customrasterlayers/CustomRasterLayersExample.java).
22

3+
This example uses **HERE SDK Units** to support functionality such as permission handling or buttons that are not essential to the code snippets shown in this app, as the focus is on demonstrating how to use the APIs provided by the HERE SDK. The HERE SDK Units are included as AARs in the app’s `libs` folder. For more details, see the "HERESDKUnits" app to customize or create your own unit libraries.
4+
35
Build instructions:
46
-------------------
57

examples/latest/explore/android/Java/CustomTileSource/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
This example app demonstrates how to use custom map layers, using a custom point tile source, custom raster, line and polygon layers. It enables the display of custom point, raster, line and polygon tiles with clustering features, with data sourced either from the local file system or a custom backend, regardless of the format being unknown to the HERE SDK. However, in this implementation, custom points, raster, line and polygon tiles are provided to the HERE SDK based on the requested `TileKey`, with the geodetic center of each tile added as a custom point and line geometries dynamically generated within the tile's geographical bounds. The code is designed to be flexible, allowing you to load point, raster, and line data sets stored locally or retrieved from a web service. You can find how this is done in [CustomPointTileSourceExample.java](app/src/main/java/com/here/sdk/customtilesource/CustomPointTileSourceExample.java), [CustomRasterTileSourceExample.java](app/src/main/java/com/here/sdk/customtilesource/CustomRasterTileSourceExample.java), [CustomLineTileSourceExample.java](app/src/main/java/com/here/sdk/customtilesource/CustomLineTileSourceExample.java) and [CustomPolygonTileSourceExample.java](app/src/main/java/com/here/sdk/customtilesource/CustomPolygonTileSourceExample.java).
22

3+
This example uses **HERE SDK Units** to support functionality such as permission handling or buttons that are not essential to the code snippets shown in this app, as the focus is on demonstrating how to use the APIs provided by the HERE SDK. The HERE SDK Units are included as AARs in the app’s `libs` folder. For more details, see the "HERESDKUnits" app to customize or create your own unit libraries.
4+
35
Build instructions:
46
-------------------
57

examples/latest/explore/android/Java/EVRouting/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
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.
22

3+
This example uses **HERE SDK Units** to support functionality such as permission handling or buttons that are not essential to the code snippets shown in this app, as the focus is on demonstrating how to use the APIs provided by the HERE SDK. The HERE SDK Units are included as AARs in the app’s `libs` folder. For more details, see the "HERESDKUnits" app to customize or create your own unit libraries.
4+
35
Build instructions:
46
-------------------
57

examples/latest/explore/android/Java/EVRouting/app/src/main/java/com/here/evrouting/EVRoutingExample.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,4 +667,10 @@ private void showDialog(String title, String message) {
667667
builder.setMessage(message);
668668
builder.show();
669669
}
670+
671+
// Dispose the RoutingEngine instance to cancel any pending requests
672+
// and shut it down for proper resource cleanup.
673+
public void dispose() {
674+
routingEngine.dispose();
675+
}
670676
}

0 commit comments

Comments
 (0)