Class PreciseLocation (0.20.2)

PreciseLocation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Precise location info with multiple representation options. Currently only latitude and longitude point is supported.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
point google.type.latlng_pb2.LatLng
Optional. Location represented by a latitude/longitude point. This field is a member of oneof_ location.
address str
Optional. Location represented by a natural language address. Will later be geocoded and converted to either a point or a polygon. This field is a member of oneof_ location.