OYMIndicator Class Reference

Inherits from NSObject
Conforms to OYMJsonProtocol
Declared in OYMIndicator.h
OYMIndicator.m

Overview

This class includes all the information regarding indicators that can be present in the routing.

  uuid

Automatically generated UUID

@property (readonly, nonnull) NSString *uuid

Declared In

OYMIndicator.h

  text

Indicator text

@property (nonatomic, nullable) NSString *text

Declared In

OYMIndicator.h

  image

Indicator image

@property (nullable) UIImage *image

Declared In

OYMIndicator.h

– initWithUuid:

Indicator constructor.

- (nullable instancetype)initWithUuid:(nonnull NSString *)_uuid

Parameters

_uuid

Indicator UUID

Declared In

OYMIndicator.h