public interface ViewportOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getHigh()
public abstract LatLng getHigh()
Required. The high point of the viewport.
.google.type.LatLng high = 2;
Returns | |
---|---|
Type | Description |
LatLng |
The high. |
getHighOrBuilder()
public abstract LatLngOrBuilder getHighOrBuilder()
Required. The high point of the viewport.
.google.type.LatLng high = 2;
Returns | |
---|---|
Type | Description |
LatLngOrBuilder |
getLow()
public abstract LatLng getLow()
Required. The low point of the viewport.
.google.type.LatLng low = 1;
Returns | |
---|---|
Type | Description |
LatLng |
The low. |
getLowOrBuilder()
public abstract LatLngOrBuilder getLowOrBuilder()
Required. The low point of the viewport.
.google.type.LatLng low = 1;
Returns | |
---|---|
Type | Description |
LatLngOrBuilder |
hasHigh()
public abstract boolean hasHigh()
Required. The high point of the viewport.
.google.type.LatLng high = 2;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
boolean |
Whether the low field is set. |