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
Copy file name to clipboardExpand all lines: docs/work-with-interactive-map-layer.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ App works!
66
66
## Create `RequestBuilder`
67
67
68
68
You need `RequestBuilder` to use the `InteractiveApi` functions from `@here/olp-sdk-dataservice-api`.
69
-
You can use the `InteractiveApi` functions to request any data from an [interactive map layer](https://developer.here.com/documentation/data-user-guide/user_guide/portal/layers/layers.html#interactive-map-layers).
69
+
You can use the `InteractiveApi` functions to request any data from an [interactive map layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-data-interactive.html).
70
70
71
71
**To create the `RequestBuilder` instance:**
72
72
@@ -87,7 +87,7 @@ You can use the `InteractiveApi` functions to request any data from an [interact
87
87
88
88
## Get data from an interactive map layer
89
89
90
-
Each [interactive map layer](https://developer.here.com/documentation/data-user-guide/user_guide/portal/layers/layers.html#object-store-layers) has a different set of features that you can request and use to work with map data.
90
+
Each [interactive map layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-data-interactive.html) has a different set of features that you can request and use to work with map data.
91
91
92
92
You can request one or several features of the interactive map layer using their IDs, tiles that contain them, a bounding box, spatial search, search, iteration, and statistics.
93
93
@@ -171,15 +171,15 @@ The interactive API supports the following tile types:
171
171
});
172
172
```
173
173
174
-
Withthespatialsearch, youcanfindallfeaturesaroundagivenpositionorinagivenregion. Formoreinformation, see [Spatialsearchforfeatures](https://developer.here.com/documentation/data-api/data_dev_guide/rest/getting-interactive-spatial.html) in the Data API Guide.
174
+
Withthespatialsearch, youcanfindallfeaturesaroundagivenpositionorinagivenregion. Formoreinformation, see [Spatialsearchforfeatures](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-interactive-spatial.html) in the Data API Guide.
For more information, see [Searching for features](https://developer.here.com/documentation/data-api/data_dev_guide/rest/getting-interactive-search.html) in the Data API Guide.
178
+
For more information, see [Searching for features](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-interactive-search.html) in the Data API Guide.
Yougetanorderedsetoffeatures, andnoneofthemisreturned twice. Formoreinformation, see [Iteratingfeatures](https://developer.here.com/documentation/data-api/data_dev_guide/rest/getting-interactive-iterate.html) in the Data API Guide.
182
+
Yougetanorderedsetoffeatures, andnoneofthemisreturned twice. Formoreinformation, see [Iteratingfeatures](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/getting-interactive-iterate.html) in the Data API Guide.
@@ -201,7 +201,7 @@ You can update existing features in an interactive map layer or publish new ones
201
201
202
202
2. Call the `patchFeature`, `postFeatures`, `putFeature`, or `putFeatures` functions.
203
203
204
-
For more information, see [Update data in an interactive map layer](https://developer.here.com/documentation/data-api/data_dev_guide/rest/updating-data-interactive.html) and [Publish to an interactive map layer](https://developer.here.com/documentation/data-api/data_dev_guide/rest/publishing-data-interactive.html) in the Data API Guide.
204
+
For more information, see [Update data in an interactive map layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/updating-data-interactive.html) and [Publish to an interactive map layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/publishing-data-interactive.html) in the Data API Guide.
205
205
206
206
## Deletedatafromaninteractivemaplayer
207
207
@@ -213,4 +213,4 @@ You can delete features from an interactive map layer when you no longer need th
213
213
214
214
2. Call the `deleteFeature` or `deleteFeatures` functions.
215
215
216
-
For more information, see [Delete data from an interactive map layer](https://developer.here.com/documentation/data-api/data_dev_guide/rest/deleting-data-interactive.html) in the Data API Guide.
216
+
For more information, see [Delete data from an interactive map layer](https://www.here.com/docs/bundle/data-api-developer-guide/page/rest/deleting-data-interactive.html) in the Data API Guide.
0 commit comments