Skip to content

Commit 9d5bc77

Browse files
committed
ESD-995: Update example apps for release 4.6.5.0
Signed-off-by: datasun <datasun@users.noreply.github.com>
1 parent d5a885b commit 9d5bc77

File tree

219 files changed

+11917
-1449
lines changed

Some content is hidden

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

219 files changed

+11917
-1449
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For an overview of the existing features, please check the _Developer's Guide_ f
2121

2222
> For now, the _Navigate Edition_ is only available upon request. Please contact your HERE representative to receive access including a set of evaluation credentials.
2323
24-
## List of Available Example Apps (Version 4.6.4.0)
24+
## List of Available Example Apps (Version 4.6.5.0)
2525
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:
2626

2727
- **HelloMap**: Shows the classic 'Hello World'.
@@ -30,7 +30,7 @@ In this repository you can find the [latest example apps](examples/latest) that
3030
- **CustomMapStyles**: Shows how to load custom map schemes made with the _HERE Style Editor_. Exclusively available for the _Explore Edition_ and the _Navigate Edition_).
3131
- **Gestures**: Shows how to handle gestures.
3232
- **OfflineMaps**: Shows how the HERE SDK can work fully offline and how offline map data can be downloaded for continents and countries. Exclusively available for the _Navigate Edition_.
33-
- **MapMarker**: Shows how to add POI marker to the map.
33+
- **MapMarker**: Shows how to add 2D and 3D map markers to locate POIs (and more) on the map. 3D map markers are exclusively available for the _Explore and Navigate Editions_.
3434
- **MapObjects**: Shows how to add circles, polygons and polylines to the map.
3535
- **MapOverlays** / **MapViewPins**: Shows how to add standard platform views to the map.
3636
- **Routing**: Shows how to calculate routes and add them to the map.

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.6.4.0
1+
This folder contains the HERE SDK examples apps for version: 4.6.5.0
22

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

examples/latest/explore/android/MapMarker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The MapMarker example app shows how to pin images to mark specific spots on the map. You can find how this is done in [MapMarkerExample.java](app/src/main/java/com/here/mapmarker/MapMarkerExample.java).
1+
The MapMarker example app shows how to pin images and 3D objects to mark specific spots on the map. You can find how this is done in [MapMarkerExample.java](app/src/main/java/com/here/mapmarker/MapMarkerExample.java).
22

33
Build instructions:
44
-------------------

0 commit comments

Comments
 (0)