ISLocation Class Reference

Inherits from NSObject
Declared in ISLocation.h

Overview

Class used to represent a location result.

  position

Location position (x, y, mapId).

@property (nonatomic, readonly) ISPosition *position

Declared In

ISLocation.h

  accuracy

Location accuracy.

@property (nonatomic, readonly) double accuracy

Declared In

ISLocation.h

  locationType

Location type (0 WIFI, 1 BLE, 2 GPS, 3 STEP, 4 FAKE).

@property (nonatomic, readonly) int locationType

Declared In

ISLocation.h

  x

Accessor used to get the x coordinate.

@property (nonatomic, readonly) double x

Declared In

ISLocation.h

  y

Accessor used to get the y coordinate.

@property (nonatomic, readonly) double y

Declared In

ISLocation.h

  mapId

Accessor used to get the map identifier.

@property (nonatomic, readonly) int mapId

Declared In

ISLocation.h

+ getLocationTypeName:

Static method used to get an NSString which describes the location type.

+ (NSString *)getLocationTypeName:(ISLocation *)location

Parameters

location

Corresponding location object.

Return Value

WIFI, BLE, GPS, STEP, FAKE or UNKNOWN.

Declared In

ISLocation.h