GeocodePointsItemOutput interface
屬性
calculation |
用來計算地理編碼點的方法。 |
geometry | 有效的 |
usage |
最適合用於地理編碼點。
每個地理編碼點都會定義為 |
屬性詳細資料
calculationMethod
用來計算地理編碼點的方法。
calculationMethod?: "Interpolation" | "InterpolationOffset" | "Parcel" | "Rooftop"
屬性值
"Interpolation" | "InterpolationOffset" | "Parcel" | "Rooftop"
geometry
usageTypes
最適合用於地理編碼點。
每個地理編碼點都會定義為 Route
點、 Display
點或兩者。
如果您要建立位置的路線,請使用 Route
點。 如果您要在地圖上顯示位置,請使用 Display
點。 例如,如果位置是一個駐留, Route
點可能會指定您可以用汽車進入的駐留,而 Display
某個點可能是指定駐留中心的點。
usageTypes?: ("Display" | "Route")[]
屬性值
("Display" | "Route")[]