RouteTag Class Reference

Inherits from NSObject
Declared in RouteTag.h

Overview

Object store information about avalible route option with venue

  name

The name of the tag

@property (nonatomic, readwrite) NSString *name

Discussion

The name of the tag

Declared In

RouteTag.h

  tagDescription

The description of the routing tag

@property (nonatomic, readwrite) NSString *tagDescription

Discussion

The description of the routing tag

Declared In

RouteTag.h

  code

The unique code of the routing tag

@property (nonatomic, readwrite) NSString *code

Discussion

The unique code of the routing tag

Declared In

RouteTag.h

+ init

Instance type

+ (instancetype)init

Discussion

Instance type

Declared In

RouteTag.h

– init:

Create object with code

- (instancetype)init:(NSString *)code

Parameters

code

Route Option code

Discussion

Create object with code

Declared In

RouteTag.h

– objectFromDictionary:

Created new RouteTag object from Dictionary schema

- (void)objectFromDictionary:(NSDictionary *)copy

Parameters

copy

detail of tag object

Discussion

Created new RouteTag object from Dictionary schema

Declared In

RouteTag.h