You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -22,16 +22,16 @@ <h1>Data Matching with the Advanced Data Sets</h1>
22
22
<p>Match routing result with the Advanced Data Set.</p>
23
23
</div>
24
24
<p>
25
-
This example displays a movable map that contains the route polyline and the data about the location
26
-
of electric vehicle charging stations provided by the <ahref="https://developer.here.com/documentation/platform-data/topics/what-is.html" target="_blank">Fleet Telematics Advanced Data Sets REST API</a>.
25
+
This example displays a movable map that contains the route polyline and the data about the location
26
+
of electric vehicle charging stations provided by the <ahref="https://developer.here.com/documentation/fleet-telematics/dev_guide/index.html" target="_blank">Fleet Telematics Advanced Data Sets REST API</a>.
27
27
The search for the nearest charging stations is made by the polyline's bounding box. Stations that are adjacent to the route itself are marked with green.
28
28
</p>
29
29
<divid="map"></div>
30
30
<h3>Code</h3>
31
31
<p>
32
-
The example uses <code>H.service.extension.platformData.SearchRequest</code>
33
-
class to fetch data from the Platform Data Extension service. The <code>data</code> event listener matches the provided array of
34
-
<code>LINK_IDs</code> from the routing service and search results from the Platform Data Extension layer
32
+
The example uses <code>H.service.extension.platformData.SearchRequest</code>
33
+
class to fetch data from the Platform Data Extension service. The <code>data</code> event listener matches the provided array of
34
+
<code>LINK_IDs</code> from the routing service and search results from the Platform Data Extension layer
35
35
to apply correct colour to the <code>H.map.Marker</code>.</p>
0 commit comments