Bounds
public enum Bounds
Use bounding boxes or bounding circles to perform queries on location-enabled content. See: https://www.contentful.com/developers/docs/references/content-delivery-api/#/reference/search-parameters/locations-in-a-bounding-object
-
A bounding box, defined by bottom left and top right corners.
-
A circle defined by its center and radius.
Declaration
Swift
case circle(center: Contentful.Location, radius: Double)