XMMContentByLocationItem Class Reference

Inherits from NSObject
Declared in XMMContentByLocationItem.h
XMMContentByLocationItem.m

Overview

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

Other Methods

  systemName

The systemName on our system.

@property (nonatomic, copy) NSString *systemName

Declared In

XMMContentByLocationItem.h

  systemUrl

Url to the homepage.

@property (nonatomic, copy) NSString *systemUrl

Declared In

XMMContentByLocationItem.h

  systemId

The unique systemId on our system.

@property (nonatomic, copy) NSString *systemId

Declared In

XMMContentByLocationItem.h

  contentId

The unique contentId on our system.

@property (nonatomic, copy) NSString *contentId

Declared In

XMMContentByLocationItem.h

  descriptionOfContent

Description (Excerpt) of the content.

@property (nonatomic, copy) NSString *descriptionOfContent

Declared In

XMMContentByLocationItem.h

  language

The language of the content

@property (nonatomic, copy) NSString *language

Declared In

XMMContentByLocationItem.h

  title

The title of the content.

@property (nonatomic, copy) NSString *title

Declared In

XMMContentByLocationItem.h

  backgroundColor

The background color defined on our system. (E.g. #f5f5f5)

@property (nonatomic, copy) NSString *backgroundColor

Declared In

XMMContentByLocationItem.h

  lat

Latitude of the spot.

@property (nonatomic) float lat

Declared In

XMMContentByLocationItem.h

  lon

Longitude of the spot.

@property (nonatomic) float lon

Declared In

XMMContentByLocationItem.h

  foregroundFontColor

The foregroundFont color defined on our system. (E.g. #f9f9f9)

@property (nonatomic, copy) NSString *foregroundFontColor

Declared In

XMMContentByLocationItem.h

  icon

The icon as DOUBLE base64 encoded string.

@property (nonatomic, copy) NSString *icon

Declared In

XMMContentByLocationItem.h

  highlightFontColor

The hightLightFontColor defined on our system. Used for links. (E.g. #ff0000)

@property (nonatomic, copy) NSString *highlightFontColor

Declared In

XMMContentByLocationItem.h

  imagePublicUrl

Public url pointing to an image on our system.

@property (nonatomic, copy) NSString *imagePublicUrl

Declared In

XMMContentByLocationItem.h

  spotId

The unique spotId on our system.

@property (nonatomic, copy) NSString *spotId

Declared In

XMMContentByLocationItem.h

  spotName

The spotName on our system.

@property (nonatomic, copy) NSString *spotName

Declared In

XMMContentByLocationItem.h

  contentName

The contentName on our system.

@property (nonatomic, copy) NSString *contentName

Declared In

XMMContentByLocationItem.h

Mapping

+ mapping

Returns a RKObjectMapping for XMMContentByLocationItem class.

+ (RKObjectMapping *)mapping

Return Value

RKObjectMapping*

Declared In

XMMContentByLocationItem.h