OYMPlace Class Reference

Inherits from NSObject
Conforms to OYMJsonProtocol
Declared in OYMPlace.h
OYMPlace.m

Overview

This class includes all the information regarding the Place Items stored.

  uuid

Automatically generated UUID

@property (readonly) NSString *uuid

Declared In

OYMPlace.h

  name

Place name

@property (readonly) NSString *name

Declared In

OYMPlace.h

  building

Building ID

@property (readonly) NSString *building

Declared In

OYMPlace.h

  floor

Floor ID

@property (readonly) NSString *floor

Declared In

OYMPlace.h

  floorNumber

Floor number

@property (readonly) NSNumber *floorNumber

Declared In

OYMPlace.h

  geometry

Place geometry

@property (nonatomic) OYMGeometry *geometry

Declared In

OYMPlace.h

  type

String defining Place type

@property (readonly) NSString *type

Declared In

OYMPlace.h

  longitude

WGS84 Longitude

@property (nonatomic) NSNumber *longitude

Declared In

OYMPlace.h

  latitude

WGS84 Latitude

@property (nonatomic) NSNumber *latitude

Declared In

OYMPlace.h

  )

WGS84 Longitude

@property (nonatomic) NSNumber *DEPRECATED_MSG_ATTRIBUTE ( "Use longitude instead." )

Declared In

OYMPlace.h

  tags

Tag list

@property (readonly) NSArray *tags

Declared In

OYMPlace.h

  properties

Properties

@property (readonly) NSDictionary *properties

Declared In

OYMPlace.h