Googly.CloudVision.Model.LatLongRect (googly_cloud_vision v0.1.0)

Copy Markdown View Source

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

t()

@type t() :: %Googly.CloudVision.Model.LatLongRect{
  max_lat_lng: Googly.CloudVision.Model.LatLng.t() | nil,
  min_lat_lng: Googly.CloudVision.Model.LatLng.t() | nil
}