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