XMMSpot Class Reference

Inherits from NSObject
Declared in XMMSpot.h
XMMSpot.m

Overview

XMMSpot is used for mapping the JSON sended by the api.

Other Methods

  displayName

The displayName of the spot.

@property (nonatomic, copy) NSString *displayName

Declared In

XMMSpot.h

  descriptionOfSpot

The description of the spot. (E.g. “on the front door of the xamoom office”)

@property (nonatomic, copy) NSString *descriptionOfSpot

Declared In

XMMSpot.h

  lat

The latitude of the spot.

@property (nonatomic) float lat

Declared In

XMMSpot.h

  lon

The longitude of the spot.

@property (nonatomic) float lon

Declared In

XMMSpot.h

  image

Public url pointing to an image on our system.

@property (nonatomic, copy) NSString *image

Declared In

XMMSpot.h

  category

Category as an number to specify an icon.

@property (nonatomic) NSNumber *category

Declared In

XMMSpot.h

  contentId

ContentId if spot has assigned content.

@property (nonatomic) NSString *contentId

Declared In

XMMSpot.h

Mapping

+ mapping

Returns a RKObjectMapping for XMMSpot class.

+ (RKObjectMapping *)mapping

Return Value

RKObjectMapping*

Declared In

XMMSpot.h