XMMContentBlockType9 Class Reference

Inherits from XMMContentBlock : NSObject
Declared in XMMContentBlockType9.h
XMMContentBlockType9.m

Overview

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

This class represents the contentBlockType ‘SPOTMAP’.

Default behavior

  1. Display a map with the spot-markers on it.

Other Methods

  spotMapTag

String of comma seperated tags to display spotmap.

@property (nonatomic, copy) NSString *spotMapTag

Discussion

Call [XMMEnduserApi spotMapWithMapTags:withLanguage:completion:error:] with the spotMapTags.

Declared In

XMMContentBlockType9.h

Mapping

+ mapping

Returns a RKObjectMapping for XMMContentBlockType9 class.

+ (RKObjectMapping *)mapping

Return Value

RKObjectMapping*

Declared In

XMMContentBlockType9.h

+ dynamicMappingMatcher

Returns a RKObjectMappingMatcher for XMMContentBlockType9 class.

+ (RKObjectMappingMatcher *)dynamicMappingMatcher

Return Value

RKObjectMappingMatcher*

Declared In

XMMContentBlockType9.h