Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::UserInfo::PreciseLocation.
Precise location info with multiple representation options. Currently only latitude and longitude point is supported.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#address
def address() -> ::String-
(::String) — Optional. Location represented by a natural language address. Will
later be geocoded and converted to either a point or a polygon.
Note: The following fields are mutually exclusive:
address,point. If a field in that set is populated, all other fields in the set will automatically be cleared.
#address=
def address=(value) -> ::String-
value (::String) — Optional. Location represented by a natural language address. Will
later be geocoded and converted to either a point or a polygon.
Note: The following fields are mutually exclusive:
address,point. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Optional. Location represented by a natural language address. Will
later be geocoded and converted to either a point or a polygon.
Note: The following fields are mutually exclusive:
address,point. If a field in that set is populated, all other fields in the set will automatically be cleared.
#point
def point() -> ::Google::Type::LatLng-
(::Google::Type::LatLng) — Optional. Location represented by a latitude/longitude point.
Note: The following fields are mutually exclusive:
point,address. If a field in that set is populated, all other fields in the set will automatically be cleared.
#point=
def point=(value) -> ::Google::Type::LatLng-
value (::Google::Type::LatLng) — Optional. Location represented by a latitude/longitude point.
Note: The following fields are mutually exclusive:
point,address. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Type::LatLng) — Optional. Location represented by a latitude/longitude point.
Note: The following fields are mutually exclusive:
point,address. If a field in that set is populated, all other fields in the set will automatically be cleared.