} else {
/**
* Send a copy of the TagPolyline to RoadListing
*/
polyline.addPolylineLineUpdatedHandler(new PolylineLineUpdatedHandler() {
public void onUpdate(PolylineLineUpdatedEvent event) {
/*
* If a line is being edited, it is the current line
*/
currentPolyline = polyline;