networkEdgeGeometries

A FeatureTable containing the Polyline geometries that the RouteTask's network is based on. During the re-routing the geometries are used to determine if the current location is on or near the navigation network. The re-routing calculation will be skipped if the current location is off the network. The geometry type of the feature table must Polyline. Setting this property is only needed when the RouteTask for the navigation is based on a service. When the RouteTask is based on local data on the device, access to the Polyline geometries is already available to the re-routing algorithm.

The FeatureTable can be the original network source data or one created specifically for checking if located on an edge.

If there are multiple sources the geometries should be merged into a single table.

Only the geometries are needed in the FeatureTable, not the attributes.

Online feature service should support pagination, otherwise RouteTracker.enableRerouting(ReroutingParameters) will throw an exception. To improve performance online feature service should have a maxRecordCount >= 2000 (this decreases the count of online queries).

Since

200.1.0