Type alias LandmarkTextureIndexedDBOptions

LandmarkTextureIndexedDBOptions: {
    recordMax?: number;
    useIndexedDB?: boolean;
}

Type declaration

  • Optional recordMax?: number

    レコード上限

    Default

    300

  • Optional useIndexedDB?: boolean

    indexedDB利用フラグ

    Default

    true