SearchArea
public extension Geo.SearchArea
-
Creates a SearchArea that only returns places within the provided MGLCoordinateBounds.
Declaration
Swift
static func within(_ bounds: MGLCoordinateBounds) -> Geo.SearchAreaParameters
boundsThe bounds for the search area.
Return Value
The SearchArea.
View on GitHub
SearchArea Extension Reference