示例#1
0
文件: LBLFile.java 项目: burto/mkgmap
 public POIRecord createPOI(String name) {
   return places.createPOI(name);
 }