Interface KMLFeatureInformation

KML Feature 資訊參數。

interface KMLFeatureInformation {
    address: string;
    description: string;
    name: string;
    phoneNumber: string;
}

Hierarchy

Properties

address: string

地址。

description: string

描述,通常為HTML。

name: string

名稱。

phoneNumber: string

電話號碼。

Generated using TypeDoc