react-native-google-maps-plus - v1.10.2
    Preparing search index...

    Type Alias RNSnapshotOptions

    Snapshot configuration.

    type RNSnapshotOptions = {
        format: RNSnapshotFormat;
        quality: number;
        resultType: RNSnapshotResultType;
        size?: RNSize;
    }
    Index

    Properties

    Image format.

    quality: number

    Image quality (0–100).

    Result return type.

    size?: RNSize

    Output size.