* a string identifying the view in the simulation GUI
* @return the x and y offset of the center of the visible network
*/
public static SumoCommand getOffset(String viewID){
return new SumoCommand(Constants.CMD_GET_GUI_VARIABLE, Constants.VAR_VIEW_OFFSET, viewID, Constants.RESPONSE_GET_GUI_VARIABLE, Constants.POSITION_2D);
}