GoogleApi.Places.V1.Model.GoogleMapsPlacesV1SearchNearbyRequestLocationRestriction (google_api_places v0.11.0)
View SourceThe region to search.
Attributes
-
circle
(type:GoogleApi.Places.V1.Model.GoogleMapsPlacesV1Circle.t
, default:nil
) - A circle defined by center point and radius.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Places.V1.Model.GoogleMapsPlacesV1SearchNearbyRequestLocationRestriction{ circle: GoogleApi.Places.V1.Model.GoogleMapsPlacesV1Circle.t() | nil }