map.apps Bundle APIs 4.20.0
    Preparing search index...

    Represents a point with x and y coordinates.

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

    Properties

    x y

    Properties

    x: number

    The x coordinate.

    y: number

    The y coordinate.