Contents

init(center:radius:)

Creates a points of interest search request centered on the provided coordinate with the provided radius.

Declaration

init(center coordinate: CLLocationCoordinate2D, radius: CLLocationDistance)

Parameters

  • coordinate:

    The center point of a circular region to search.

  • radius:

    The radius of the region to search in meters.

See Also

Creating a point of interest request