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

    Type Alias RNHeatmapGradient

    Heatmap gradient configuration.

    type RNHeatmapGradient = {
        colorMapSize: number;
        colors: string[];
        startPoints: number[];
    }
    Index

    Properties

    colorMapSize: number

    Size of the generated color map.

    colors: string[]

    Gradient colors.

    startPoints: number[]

    Gradient start points in the range [0, 1].