GoogleApi.ContentWarehouse.V1.Model.PhotosVisionObjectrecGeoLocation
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
The geo-location of a single point, or of the "center" of a group of points.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
altitudeMeters
(type:float()
, default:nil
)
- Altitude of the point above the earth's surface, in meters. -
countryCode
(type:String.t
, default:nil
)
- Country code string. -
fromGps
(type:boolean()
, default:nil
)
- Indicates if the lat/lon above is assumed to come from a GPS device. -
lat
(type:float()
, default:nil
)
- Latitude in degrees north. Values south of the equator are negative. -
latErrorBound
(type:float()
, default:nil
)
- When applied to a single point, represents the estimated error bounds of manual geotagging. The estimate is based on size of the bounding box of the map used for manual geotagging. When applied to a group of points, the error bounds represent the dispersion around the group center (lat/lon above). The dispersion in this case is computed as half the interquartile range. Reference: http://en.wikipedia.org/wiki/Interquartile_range (lat +/- lat_error_bound, lng +/- lng_error_bound). -
lon
(type:float()
, default:nil
)
- Longitude in degrees east. Values west of 0 deg are negative. -
lonErrorBound
(type:float()
, default:nil
)
-
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.PhotosVisionObjectrecGeoLocation