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

    Type Alias RNPosition

    2D position in view coordinates.

    type RNPosition = {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number

    X coordinate.

    y: number

    Y coordinate.