Class GoogleCloudDiscoveryengineV1alphaUserInfoPreciseLocation
Precise location info with multiple representation options. Currently only latitude and longitude point is supported.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaUserInfoPreciseLocation : IDirectResponseSchema
Properties
Address
Optional. Location represented by a natural language address. Will later be geocoded and converted to either a point or a polygon.
Declaration
[JsonProperty("address")]
public virtual string Address { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Point
Optional. Location represented by a latitude/longitude point.
Declaration
[JsonProperty("point")]
public virtual GoogleTypeLatLng Point { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleTypeLatLng |