SearchRect

public class SearchRect: NSObject

Represents a search request’s rectangular boundary.

  • Initialize a rectangle with given min and max points.

    Declaration

    Swift

    public init(minLatLong: GeoPoint, maxLatLong: GeoPoint)

    Parameters

    minLatLong

    Minimum latitude value.

    maxLatLong

    Maximum latitude value.