Interface NormalizedCoordinateOrBuilder (0.49.0)

public interface NormalizedCoordinateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getX()

public abstract double getX()

Optional. Normalized x coordinate. Valid range is [0.0, 1.0]. Default is 0.

double x = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
double

The x.

getY()

public abstract double getY()

Optional. Normalized y coordinate. Valid range is [0.0, 1.0]. Default is 0.

double y = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
double

The y.