Point class
GeoJSON Point 物件 - 代表地理位置的 JSON 物件。 RFC 7946會詳細說明完整描述。
建構函式
Point(Position) | 建構點。 |
屬性
coordinates | 定義點的位置。 |
type | 具有值 「Point」 的 GeoJSON 類型描述元。 |
TYPE | 用於執行時間比較之 Point 類別的靜態 GeoJSON 類型描述項。 |
建構函式詳細資料
Point(Position)
屬性詳細資料
coordinates
type
具有值 「Point」 的 GeoJSON 類型描述元。
type: string
屬性值
string
TYPE
用於執行時間比較之 Point 類別的靜態 GeoJSON 類型描述項。
static TYPE: string
屬性值
string