Core.getInstance(null).getNearestEdge(
tee.tReceiveNearestEdge.positionLongLat.x,
tee.tReceiveNearestEdge.positionLongLat.y
);
response.tNearestEdge = new TNearestEdge();
// if no edge is near the position, just send an empty tNearestEdge
if (closestEdge != null) {
response.tNearestEdge.edgePosition = new TEdgePosition();
response.tNearestEdge.edgePosition.edgeID =