GeoPoint

new Cesium.GeoPoint(options)

几何对象,点
Name Type Description
options Object optional 对象具有如下属性:
Name Type Default Description
longitude Number 0.0 optional longitude坐标值,经度坐标,单位为度.
latitude Number 0.0 optional latitude坐标值,纬度坐标,单位为度.
height Number 0.0 optional height坐标值,高度值,单位为米.
id Number optional 对象id.

Members

设置/获取几何点对象的Z坐标.
Default Value: 0.0

id : String|Number

几何对象id.
设置/获取几何点对象的Y坐标.
Default Value: 0.0

longitude : Number

设置/获取几何点对象的X坐标.
Default Value: 0.0

Methods

几何对象类型
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.