Skip to content

Commit 664ed40

Browse files
committed
Update example apps for release 4.25.5.0
Signed-off-by: Ashwani Singh <ashwani.singh@here.com>
1 parent 550608b commit 664ed40

1,225 files changed

Lines changed: 14473 additions & 1861 deletions

File tree

Some content is hidden

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

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.25.4.0)
29+
## List of available example apps (Version 4.25.5.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.25.4.0
1+
This folder contains the HERE SDK examples apps for version: 4.25.5.0
22

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
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. Note that this app is intended exclusively for the HERE SDK (Navigate). You can find it in the `navigate` folder. However, it can be easily adapted for the HERE SDK (Explore) by removing any code that is not supported there. At present, most components are compatible and will compile without issues.
44

55
Build instructions:
66
-------------------

examples/latest/explore/android/Java/Camera/app/src/main/java/com/here/sdk/camera/CameraExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2019-2025 HERE Europe B.V.
2+
* Copyright (C) 2019-2026 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

examples/latest/explore/android/Java/Camera/app/src/main/java/com/here/sdk/camera/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2019-2025 HERE Europe B.V.
2+
* Copyright (C) 2019-2026 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
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. Note that this app is intended exclusively for the HERE SDK (Navigate). You can find it in the `navigate` folder. However, it can be easily adapted for the HERE SDK (Explore) by removing any code that is not supported there. At present, most components are compatible and will compile without issues.
44

55
Build instructions:
66
-------------------

examples/latest/explore/android/Java/CameraKeyframeTracks/app/src/main/java/com/here/camerakeyframetracks/CameraKeyframeTracksExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2019-2025 HERE Europe B.V.
2+
* Copyright (C) 2019-2026 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

examples/latest/explore/android/Java/CameraKeyframeTracks/app/src/main/java/com/here/camerakeyframetracks/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2019-2025 HERE Europe B.V.
2+
* Copyright (C) 2019-2026 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

examples/latest/explore/android/Java/CameraKeyframeTracks/app/src/main/java/com/here/camerakeyframetracks/RouteAnimationExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2019-2025 HERE Europe B.V.
2+
* Copyright (C) 2019-2026 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

examples/latest/explore/android/Java/CameraKeyframeTracks/app/src/main/java/com/here/camerakeyframetracks/RouteCalculator.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2019-2025 HERE Europe B.V.
2+
* Copyright (C) 2019-2026 HERE Europe B.V.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -32,7 +32,7 @@
3232
import com.here.sdk.mapview.MapPolyline;
3333
import com.here.sdk.mapview.MapView;
3434
import com.here.sdk.mapview.RenderSize;
35-
import com.here.sdk.routing.CarOptions;
35+
import com.here.sdk.routing.RoutingOptions;
3636
import com.here.sdk.routing.Route;
3737
import com.here.sdk.routing.RoutingEngine;
3838
import com.here.sdk.routing.Waypoint;
@@ -65,7 +65,7 @@ public void createRoute() {
6565
Waypoint startWaypoint = new Waypoint(new GeoCoordinates(40.7133, -74.0112));
6666
Waypoint destinationWaypoint = new Waypoint(new GeoCoordinates(40.7203, -74.3122));
6767
List<Waypoint> waypoints = new ArrayList<>(Arrays.asList(startWaypoint, destinationWaypoint));
68-
routingEngine.calculateRoute(waypoints, new CarOptions(), (routingError, routes) -> {
68+
routingEngine.calculateRoute(waypoints, new RoutingOptions(), (routingError, routes) -> {
6969
if (routingError == null) {
7070
testRoute = routes.get(0);
7171
showRouteOnMap(testRoute);

0 commit comments

Comments
 (0)