Google Apps Script API
    Preparing search index...

    A point representing a location.

    interface Point {
        getX(): number;
        getY(): number;
    }
    Index

    Methods

    Methods