EILIndoorLocationViewDelegate Protocol Reference

Conforms to NSObject
Declared in EILIndoorLocationView.h

Overview

The EILIndoorLocationViewDelegate protocol defines the methods to receive identifier of selected object.

– indoorLocationView:didSelectObjectWithIdentifier:

Tells the delegate that an object in the location view was selected.

- (void)indoorLocationView:(EILIndoorLocationView *)indoorLocationView didSelectObjectWithIdentifier:(NSString *)identifier

Parameters

indoorLocationView

Location view on which the object was selected.

identifier

Identifier of the selected object.

Declared In

EILIndoorLocationView.h