Voting helps other researchers find interesting modules.
The geo-location of a single point, or of the "center" of a group of points.
altitudeMeters
float()
nil
countryCode
String.t
fromGps
boolean()
lat
latErrorBound
lon
lonErrorBound
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.PhotosVisionObjectrecGeoLocation{ altitudeMeters: float() | nil, countryCode: String.t() | nil, fromGps: boolean() | nil, lat: float() | nil, latErrorBound: float() | nil, lon: float() | nil, lonErrorBound: float() | nil }
@spec decode(struct(), keyword()) :: struct()