OYMAsset Class Reference

Inherits from OYMBeacon : NSObject
Conforms to OYMJsonProtocol
Declared in OYMAsset.h
OYMAsset.m

Overview

String containing the Asset type

  accuracy

The Asset accuracy in meters

@property (nonatomic, assign) int accuracy

Declared In

OYMAsset.h

  )

The Asset accuracy timestamp

@property (nonatomic) NSString *DEPRECATED_MSG_ATTRIBUTE ( "Use accuracyTime instead." )

Declared In

OYMAsset.h

  accuracyTime

The Asset accuracy timestamp

@property (nonatomic) NSString *accuracyTime

Declared In

OYMAsset.h

  name

The Asset name

@property (nonatomic) NSString *name

Declared In

OYMAsset.h

  place

The Asset place ID

@property (nonatomic) NSString *place

Declared In

OYMAsset.h

  properties

The Asset properties

@property (nonatomic) NS_DICTIONARY_OF ( NSString *NSString **properties

Declared In

OYMAsset.h

– updateLatitude:andLongitude:andAccuracy:

This method updates the location and accuracy of the asset internally.

- (void)updateLatitude:(NSNumber *)_latitude andLongitude:(NSNumber *)_longitude andAccuracy:(int)_accuracy

Parameters

_latitude

Latitude

_longitude

Longitude

accuracy

Accuracy in meters

Declared In

OYMAsset.h