Class LatLongRect (3.4.0)

Stay organized with collections Save and categorize content based on your preferences.
LatLongRect(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Rectangle determined by min and max LatLng pairs.

Attributes

NameDescription
min_lat_lng google.type.latlng_pb2.LatLng
Min lat/long pair.
max_lat_lng google.type.latlng_pb2.LatLng
Max lat/long pair.