GoogleApi.Places.V1.Model.GoogleMapsPlacesV1AutocompletePlacesRequestLocationBias (google_api_places v0.11.0)
View SourceThe region to search. The results may be biased around the specified region.
Attributes
-
circle
(type:GoogleApi.Places.V1.Model.GoogleMapsPlacesV1Circle.t
, default:nil
) - A circle defined by a center point and radius. -
rectangle
(type:GoogleApi.Places.V1.Model.GoogleGeoTypeViewport.t
, default:nil
) - A viewport defined by a northeast and a southwest corner.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Places.V1.Model.GoogleMapsPlacesV1AutocompletePlacesRequestLocationBias{ circle: GoogleApi.Places.V1.Model.GoogleMapsPlacesV1Circle.t() | nil, rectangle: GoogleApi.Places.V1.Model.GoogleGeoTypeViewport.t() | nil }