LatLongRect
class LatLongRect extends Message
Rectangle determined by min and max LatLng
pairs.
Protobuf type Google\Cloud\Vision\V1\LatLongRect
Methods
Details
at line 31
__construct()
at line 42
LatLng
getMinLatLng()
Min lat/long pair.
Generated from protobuf field .google.type.LatLng min_lat_lng = 1;
at line 53
setMinLatLng(LatLng $var)
Min lat/long pair.
Generated from protobuf field .google.type.LatLng min_lat_lng = 1;
at line 65
LatLng
getMaxLatLng()
Max lat/long pair.
Generated from protobuf field .google.type.LatLng max_lat_lng = 2;
at line 76
setMaxLatLng(LatLng $var)
Max lat/long pair.
Generated from protobuf field .google.type.LatLng max_lat_lng = 2;