Skip to content

Commit 42424ac

Browse files
authored
Merge pull request #128 from ngross71/TECHDOCS-1157-add-instructions-examples
Techdocs 1157 add instructions examples
2 parents cac98c5 + 98b92c0 commit 42424ac

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Maps API for JavaScript
22

3-
This repository holds a series of JavaScript based examples using the **HERE Maps API for JavaScript**. More information about the API can be found on [developer.here.com](https://developer.here.com/develop/javascript-api) under the JavaScript APIs section.
3+
This repository holds a series of JavaScript based examples using the **HERE Maps API for JavaScript**. More information about the API can be found on [developer.here.com](https://developer.here.com/develop/javascript-api) under the JavaScript APIs section.
4+
To run the examples, clone this repo to a folder on your Desktop. Replace the credentials in the **test-credentials.js** file with your own credentials.
45

56
> **Note:** In order to get the sample code to work, you **must** replace all instances of `window.apikey` within the code and use your own **HERE** credentials.
67

interactive-basemap/demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<h1>Interactive base map</h1>
2020
<p>Retrieve information associated with the map features</p>
2121
</div>
22-
<p>This example demonstrates how to enable the interactions with the base map features. The interactions are enabled for the countries'
22+
<p>This example demonstrates how to enable the interactions with the base map features. See <a href="https://github.com/heremaps/maps-api-for-javascript-examples">the README</a> for instructions on how to run the example.The interactions are enabled for the countries'
2323
cities', towns' and neighbourhoods' labels. When these labels are clicked the info bubble with the information about the label is shown.
2424
</p>
2525
<div id="map"></div>

0 commit comments

Comments
 (0)