Rectangle determined by min and max LatLng pairs.
Attributes
-
max_lat_lng(type:Googly.CloudVision.Model.LatLng.t()) - Max lat/long pair. -
min_lat_lng(type:Googly.CloudVision.Model.LatLng.t()) - Min lat/long pair.
Summary
Types
@type t() :: %Googly.CloudVision.Model.LatLongRect{ max_lat_lng: Googly.CloudVision.Model.LatLng.t() | nil, min_lat_lng: Googly.CloudVision.Model.LatLng.t() | nil }