// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (MapRemote == null) var MapRemote = {}; MapRemote._path = '/kartat/dwr'; MapRemote.clear = function(callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'clear', callback); } MapRemote.reverseGeocode = function(p0, p1, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'reverseGeocode', p0, p1, callback); } MapRemote.getSessionId = function(callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'getSessionId', callback); } MapRemote.sendLocation = function(p0, p1, p2, p3, p4, p5, p6, p7, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'sendLocation', p0, p1, p2, p3, p4, p5, p6, p7, callback); } MapRemote.getPois = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'getPois', p0, p1, p2, p3, p4, callback); } MapRemote.storeLocation = function(p0, p1, p2, p3, p4, p5, p6, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'storeLocation', p0, p1, p2, p3, p4, p5, p6, callback); } MapRemote.addSelectedLocation = function(p0, p1, p2, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'addSelectedLocation', p0, p1, p2, callback); } MapRemote.categorySearch = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'categorySearch', p0, p1, p2, p3, p4, callback); } MapRemote.showPois = function(p0, p1, p2, p3, p4, p5, p6, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'showPois', p0, p1, p2, p3, p4, p5, p6, callback); } MapRemote.sendMapLink = function(p0, p1, p2, p3, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'sendMapLink', p0, p1, p2, p3, callback); } MapRemote.sendRouteLink = function(p0, p1, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'sendRouteLink', p0, p1, callback); } MapRemote.validateCaptchaInput = function(p0, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'validateCaptchaInput', p0, callback); } MapRemote.sendMaplinkSMS = function(p0, p1, p2, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'sendMaplinkSMS', p0, p1, p2, callback); } MapRemote.doSend = function(p0, p1, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'doSend', p0, p1, callback); } MapRemote.geocodeAddressAC = function(p0, p1, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'geocodeAddressAC', p0, p1, callback); } MapRemote.geocodeAddresses = function(p0, p1, p2, p3, p4, p5, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'geocodeAddresses', p0, p1, p2, p3, p4, p5, callback); } MapRemote.geocodeAddressesWithRouteStyle = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'geocodeAddressesWithRouteStyle', p0, p1, p2, p3, p4, p5, p6, p7, p8, callback); } MapRemote.searchRouteToCompany = function(p0, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'searchRouteToCompany', p0, callback); } MapRemote.searchRouteToPoint = function(p0, p1, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'searchRouteToPoint', p0, p1, callback); } MapRemote.startPointToEndPoint = function(callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'startPointToEndPoint', callback); } MapRemote.searchAgain = function(callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'searchAgain', callback); } MapRemote.getRouteData = function(callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'getRouteData', callback); } MapRemote.getRouteImageUrl = function(p0, p1, p2, p3, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'getRouteImageUrl', p0, p1, p2, p3, callback); } MapRemote.changeDirection = function(callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'changeDirection', callback); } MapRemote.selectStartExpandLocality = function(p0, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'selectStartExpandLocality', p0, callback); } MapRemote.selectEndExpandLocality = function(p0, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'selectEndExpandLocality', p0, callback); } MapRemote.selectViaExpandLocality = function(p0, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'selectViaExpandLocality', p0, callback); } MapRemote.selectViaExpandLocalityWithViaIndex = function(p0, p1, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'selectViaExpandLocalityWithViaIndex', p0, p1, callback); } MapRemote.toggleElement = function(p0, p1, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'toggleElement', p0, p1, callback); } MapRemote.removeCompany = function(p0, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'removeCompany', p0, callback); } MapRemote.removeViaPoint = function(p0, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'removeViaPoint', p0, callback); } MapRemote.makeNewSearch = function(p0, p1, p2, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'makeNewSearch', p0, p1, p2, callback); } MapRemote.removeViaPoints = function(callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'removeViaPoints', callback); } MapRemote.getCallerNumber = function(callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'getCallerNumber', callback); } MapRemote.addPoiToSendLinkList = function(p0, p1, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'addPoiToSendLinkList', p0, p1, callback); } MapRemote.removePoiFromSendLinkList = function(p0, p1, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'removePoiFromSendLinkList', p0, p1, callback); } MapRemote.clearServicesList = function(callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'clearServicesList', callback); } MapRemote.sendEditorCode = function(p0, p1, p2, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'sendEditorCode', p0, p1, p2, callback); } MapRemote.sendLinkEmail = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(MapRemote._path, 'MapRemote', 'sendLinkEmail', p0, p1, p2, p3, p4, callback); }