/**
  * 地図設定のlongtitude
  *
  * @return
  */
 public Double getLongtitude() {
   return line.getDouble(5, null);
 }
 /**
  * 地図設定のlatitude
  *
  * @return
  */
 public Double getLatitude() {
   return line.getDouble(4, null);
 }