Interface HonuaMapServiceOptions

interface HonuaMapServiceOptions {
    client: HonuaClient;
    serviceId: string;
}

Properties

Properties

client: HonuaClient
serviceId: string