getEdgeShape

fun getEdgeShape(edgeId: Long): List<Point>?

Returns Graph Edge geometry for the given GraphId of the edge. If edge with given edgeId is not accessible, returns null

Return

list of Points representing edge shape

Parameters

edgeId