IGLocationManagerDelegate Protocol Reference

Conforms to NSObject
Declared in IGLocationManagerDelegate.h

Overview

The IGLocationManagerDelegate protocol defines the methods used to receive location and heading updates from a IGLocationManager object.

Responding to Location Events

– igLocationManager:didUpdateLocation:

Tells the delegate that a new location data is available.

- (void)igLocationManager:(IGLocationManager *)manager didUpdateLocation:(IGLocation *)igLocation

Parameters

manager

The IGLocationManager object that generated the update event.

igLocation

A IGLocation object containing the location data.

Declared In

IGLocationManagerDelegate.h

– igLocationManager:didDetectMotionState:

Tells the delegate that a new Motion State was detected.

- (void)igLocationManager:(IGLocationManager *)manager didDetectMotionState:(IGMotionState)motionState

Parameters

manager

The IGLocationManager object that generated the update event.

motionState

The new Motion State the user has just entered into.

Declared In

IGLocationManagerDelegate.h