コード例 #1
0
 /**
  * 地図設定のlongtitude
  *
  * @return
  */
 public Double getLongtitude() {
   return line.getDouble(5, null);
 }
コード例 #2
0
 /**
  * 地図設定のlatitude
  *
  * @return
  */
 public Double getLatitude() {
   return line.getDouble(4, null);
 }