google_api_spectrum v0.1.0 GoogleApi.Spectrum.V1explorer.Model.GeoLocation View Source
This parameter is used to specify the geolocation of the device.
Attributes
- confidence (integer()): The location confidence level, as an integer percentage, may be required, depending on the regulatory domain. When the parameter is optional and not provided, its value is assumed to be 95. Valid values range from 0 to 99, since, in practice, 100-percent confidence is not achievable. The confidence value is meaningful only when geolocation refers to a point with uncertainty. Defaults to:
null
. - point (GeoLocationEllipse): If present, indicates that the geolocation represents a point. Paradoxically, a point is parameterized using an ellipse, where the center represents the location of the point and the distances along the major and minor axes represent the uncertainty. The uncertainty values may be required, depending on the regulatory domain. Defaults to:
null
. - region (GeoLocationPolygon): If present, indicates that the geolocation represents a region. Database support for regions is optional. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Spectrum.V1explorer.Model.GeoLocation{ confidence: any(), point: GoogleApi.Spectrum.V1explorer.Model.GeoLocationEllipse.t(), region: GoogleApi.Spectrum.V1explorer.Model.GeoLocationPolygon.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.