Skip to content

Commit 504e1fa

Browse files
authored
add links to js api dev guide and api ref (#156)
1 parent 987037f commit 504e1fa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

markers-on-the-map/demo.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,16 @@
2121
<h1>Marker on the Map</h1>
2222
<p>Display a map highlighting points of interest</p>
2323
</div>
24-
<p>This example displays a moveable map of <b>Europe</b>, including markers highlighting the locations of the captials of <b>France</b>, <b>Italy</b>, <b>Germany</b>, <b>Spain</b> and the <b>United Kingdom</b>.</p>
24+
<p>This example displays a moveable map of <b>Europe</b>, including markers highlighting the locations of the capitals of <b>France</b>, <b>Italy</b>, <b>Germany</b>, <b>Spain</b> and the <b>United Kingdom</b>.</p>
2525
<div id="map"></div>
2626
<h3>Code</h3>
2727
<p>
2828
Default markers are created by using the <code>H.map.Marker</code> class without specifying an <code>icon</code> and passing in a location only.<br>
29+
For more information on markers and ways to customize them, refer to the following documents:
30+
<ul>
31+
<li><a href="https://www.here.com/docs/bundle/maps-api-for-javascript-developer-guide/page/topics/marker-objects.html" target="_blank">Marker objects</a></li>
32+
<li><a href="https://www.here.com/docs/bundle/maps-api-for-javascript-api-reference/page/H.map.Marker.html" target="_blank">H.map.Marker</a></li>
33+
</ul>
2934
</p>
3035
<script type="text/javascript" src='demo.js'></script>
3136
</body>

0 commit comments

Comments
 (0)