public interface ViewportOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHigh()
public abstract LatLng getHigh()Required. The high point of the viewport.
.google.type.LatLng high = 2;
| Type | Description |
| LatLng | The high. |
getHighOrBuilder()
public abstract LatLngOrBuilder getHighOrBuilder()Required. The high point of the viewport.
.google.type.LatLng high = 2;
| Type | Description |
| LatLngOrBuilder |
getLow()
public abstract LatLng getLow()Required. The low point of the viewport.
.google.type.LatLng low = 1;
| Type | Description |
| LatLng | The low. |
getLowOrBuilder()
public abstract LatLngOrBuilder getLowOrBuilder()Required. The low point of the viewport.
.google.type.LatLng low = 1;
| Type | Description |
| LatLngOrBuilder |
hasHigh()
public abstract boolean hasHigh()Required. The high point of the viewport.
.google.type.LatLng high = 2;
| Type | Description |
| boolean | Whether the high field is set. |
hasLow()
public abstract boolean hasLow()Required. The low point of the viewport.
.google.type.LatLng low = 1;
| Type | Description |
| boolean | Whether the low field is set. |