// 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 (MapAnnotation == null) var MapAnnotation = {}; MapAnnotation._path = '/cityofrc/dwr'; MapAnnotation.getMapAnnotation = function(p0, callback) { dwr.engine._execute(MapAnnotation._path, 'MapAnnotation', 'getMapAnnotation', p0, callback); } MapAnnotation.getMapAnnotations = function(p0, callback) { dwr.engine._execute(MapAnnotation._path, 'MapAnnotation', 'getMapAnnotations', p0, callback); } MapAnnotation.getAllMapAnnotationIcons = function(callback) { dwr.engine._execute(MapAnnotation._path, 'MapAnnotation', 'getAllMapAnnotationIcons', callback); } MapAnnotation.getMapAnnotationIcon = function(p0, callback) { dwr.engine._execute(MapAnnotation._path, 'MapAnnotation', 'getMapAnnotationIcon', p0, callback); }