コード例 #1
0
ファイル: LBLFile.java プロジェクト: burto/mkgmap
 public POIRecord createPOI(String name) {
   return places.createPOI(name);
 }