PWMockLocationStep Class Reference

Inherits from NSObject
Declared in PWMockLocationStep.h

Overview

A PWMockLocationStep object represents a discrete mock location step, which includes the PWIndoorLocation and an updateInterval property. Typically, this class isn’t initialize directly.

This class is designed to be used as-is and should not be subclassed.

  location

A location object with the updated location information. This object conforms to the PWLocation protocol.

@property (readonly) PWIndoorLocation *location

Declared In

PWMockLocationStep.h

  updateInterval

The update interval for the mock location step.

@property (readonly) NSTimeInterval updateInterval

Declared In

PWMockLocationStep.h

+ unpack:

Initializes a PWMockLocation step object with the specified dictionary.

+ (PWMockLocationStep *)unpack:(NSDictionary *)dictionary

Parameters

dictionary

The dictionary which contains the PWLocationStep information.

Return Value

Returns a PWLocationStep object.

Declared In

PWMockLocationStep.h