interface OpenLocationCodeOptions {
    codeLength?: number;
    OpenLocationCode: OpenLocationCodeApi;
}

Properties

codeLength?: number
OpenLocationCode: OpenLocationCodeApi