ARMapEventSetMapMode: ARMapBaseEvent & {
    payload: {
        mode: string;
    };
    type: SET_MAP_MODE;
}

Type declaration

  • payload: {
        mode: string;
    }
    • mode: string

      the map mode to set (can be either native or custom one)

  • type: SET_MAP_MODE

Generated using TypeDoc