public class Location extends Object
Information| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected double |
height
is height which is supposed to be use with the unit "meter".
|
protected double |
lat
is latitude which is supposed to be use with the unit "degree".
|
protected double |
lon
is longitude which is supposed to be use with the unit "degree".
|
| コンストラクタと説明 |
|---|
Location(double _lat,
double _lon)
is constructor of Location object.
|
protected double lat
protected double lon
protected double height
Copyright © 2018. All rights reserved.