Ejemplo n.º 1
0
 public Report createReport(String title, String content, Geometry location) {
   return ReportManager.createNewReport(this, title, content, location, null);
 }