SearchCircle

public class SearchCircle : SearchShape

Representative circle object.

Important

This is a Public Preview API. It may be changed or removed at any time.

Lifecycle

  • SearchPolygon init method.

    Declaration

    Swift

    public init(position: CLLocationCoordinate2D, radius: Int)

    Parameters

    position

    Center position of circle.

    radius

    The circle radius unit is in meters and must be greater than 0.