ISLocationRequestDelegate Protocol Reference

Conforms to NSObject
Declared in ISLocationRequest.h

Overview

Protocol used to handle one shot location events.

– onUniqueLocationReceivedWithRequest: required method

Method called when a one shot location was computed.

- (void)onUniqueLocationReceivedWithRequest:(ISLocationRequest *)locationRequest

Parameters

locationRequest

Related location request (used to identify callers).

Declared In

ISLocationRequest.h

– onUniqueLocationFailedWithRequest:andError: required method

Method called when a one shot location request failed.

- (void)onUniqueLocationFailedWithRequest:(ISLocationRequest *)locationRequest andError:(ISError *)error

Parameters

locationRequest

Related location request (used to identify callers).

error

Related Insiteo error.

Declared In

ISLocationRequest.h