XMMStyle Class Reference

Inherits from NSObject
Declared in XMMStyle.h
XMMStyle.m

Overview

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

Other Methods

  backgroundColor

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

@property (nonatomic, copy) NSString *backgroundColor

Declared In

XMMStyle.h

  highlightFontColor

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

@property (nonatomic, copy) NSString *highlightFontColor

Declared In

XMMStyle.h

  foregroundFontColor

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

@property (nonatomic, copy) NSString *foregroundFontColor

Declared In

XMMStyle.h

  chromeHeaderColor

The chromeHeaderColor is displayed on mobile chrome browser as the “head”. Use it for your e.g. navigation bar. (E.g. #cdcdcd)

@property (nonatomic, copy) NSString *chromeHeaderColor

Declared In

XMMStyle.h

  customMarker

The customMarker as DOUBLE base64 encoded string. Use this one on maps.

@property (nonatomic, copy) NSString *customMarker

Declared In

XMMStyle.h

  icon

The icon as DOUBLE base64 encoded string.

@property (nonatomic, copy) NSString *icon

Declared In

XMMStyle.h

Mapping

+ mapping

Returns a RKObjectMapping for XMMStyle class.

+ (RKObjectMapping *)mapping

Return Value

RKObjectMapping*

Declared In

XMMStyle.h