EILRequestFetchLocationPins Class Reference
Inherits from | NSObject |
---|---|
Declared in | EILRequestFetchLocationPins.h EILRequestFetchLocationPins.m |
Overview
Request to fetch location pins for location with specified identifier.
Note that in order to have request working you need to be authenticated in Estimote Cloud. To do that you have to call [ESTConfig setupAppID:andAppToken:] first. You can find your API App ID and API App Token in the Apps: http://cloud.estimote.com/#/apps section of the Estimote Cloud: http://cloud.estimote.com/.
– initWithLocationIdentifier:
Returns a new request object for fetching pins for the location with specified identifier.
- (instancetype)initWithLocationIdentifier:(NSString *)identifier
Parameters
An |
identifier of the location which pins are to be fetched. |
---|
Return Value
A request initialized with location identifier.
Declared In
EILRequestFetchLocationPins.h
– sendRequestWithCompletion:
Sends a request to Estimote Cloud with completion block.
- (void)sendRequestWithCompletion:(EILRequestFetchLocationPinsBlock)completion
Discussion
param completion Completion block to be executed when the request finishes.
Declared In
EILRequestFetchLocationPins.h