PlaceConfig

public class PlaceConfig : NSObject

Encapsulates request parameters for place requests.

  • The place gids to fetch info for.

    Declaration

    Swift

    public var gids: [String]
  • Initialize a place config with all the required parameters.

    Declaration

    Swift

    public init(gids: [String], completionHandler: @escaping (SearchResponse) -> Void)

    Parameters

    gids

    The place gids to request info for.

    completionHandler

    The closure to execute when the request suceeds or fails.