Package com.google.geo.type
Interface ViewportOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Viewport
,Viewport.Builder
public interface ViewportOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasLow
boolean hasLow()Required. The low point of the viewport.
.google.type.LatLng low = 1 [json_name = "low"];
- Returns:
- Whether the low field is set.
-
getLow
LatLng getLow()Required. The low point of the viewport.
.google.type.LatLng low = 1 [json_name = "low"];
- Returns:
- The low.
-
hasHigh
boolean hasHigh()Required. The high point of the viewport.
.google.type.LatLng high = 2 [json_name = "high"];
- Returns:
- Whether the high field is set.
-
getHigh
LatLng getHigh()Required. The high point of the viewport.
.google.type.LatLng high = 2 [json_name = "high"];
- Returns:
- The high.
-