Vertex Viewer SDK
    Preparing search index...

    Function fromJson

    • Parses a JSON string representation of a Point and returns an object.

      Parameters

      • json: string

        A JSON string, either in the form [x,y] or {"x": 0, "y": 0}

      Returns Point.Point

      A parsed Point.