Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 864 Bytes

File metadata and controls

24 lines (14 loc) · 864 Bytes

HERE Logo

HERE JavaScript Workshop

In this workshop we will learn to use the JS and REST APIs from the HERE Location Suite.

Step 1 : We render a map and place a marker on our current position

Step 2 : We search for all food and snack places around us and place markers on them

Step 3 : We draw a cirle around our position

Step 4 : We use isoline routing to find the food and snack places actually closest to us.

Beyond : Final code with visual customizations.

To access any of the APIs, first get your credentials by signing up for a freemium account

Register here for a free developer account

Generate apikey , app_id and app_code

Folding in action

Let's begin!

Foo