예제 #1
0
파일: LBLFile.java 프로젝트: burto/mkgmap
 public POIRecord createPOI(String name) {
   return places.createPOI(name);
 }