marker.js for React Native Documentation
    Preparing search index...

    Describes a point objects use internally

    interface IPoint {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number

    Horizontal (X) coordinate.

    y: number

    Vertical (Y) coordinate.