Point Syntax interface Point { x: number; y: number; } Attributes x The x-coordinates of the point. y The y-coordinates of the point. Related PolygonAnnotationOptions PolylineAnnotationOptions LineAnnotationOptions InkAnnotationOptions