GeoLocationInputMode Type

Description

  • "Onsite" 在现场使用的情况的输入模式。位置数据从小程序接口获取并输入到Mega。

  • "Simulator" 远程使用的情况的输入模式,位置数据需要模拟成现场数据并通过对应接口输入Mega。


Type

TypeScript

declare type GeoLocationInputMode = "Onsite" | "Simulator";