MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Properties | List of all members
MPType Class Reference

#include <MPType.h>

Inheritance diagram for MPType:

Properties

NSString * name
 
NSString * translatedName
 
NSString< Optional > * icon
 
MPLocationDisplayRule< Optional > * displayRule
 
NSDictionary< NSString *, MPLocationField * >< Optional, MPLocationField > * fields
 
NSArray< NSString * >< Optional > * restrictions
 

Detailed Description

Location Type model.

Property Documentation

◆ displayRule

- (MPLocationDisplayRule<Optional>*) displayRule
readwritenonatomicstrong

Get the Display Rule assigned to this Location Type.

◆ fields

- (NSDictionary<NSString*, MPLocationField*><Optional, MPLocationField> *) fields
readnonatomicstrong

Dictionary of custom fields

◆ icon

- (NSString<Optional>*) icon
readwritenonatomicstrong

Location Type icon.

◆ name

- (NSString*) name
readwritenonatomicstrong

Location Type name.

◆ restrictions

- (NSArray<NSString*><Optional> *) restrictions
readnonatomicstrong

Get restrictions for Type. Locations of this Type is restricted to this set of app user roles.

◆ translatedName

- (NSString*) translatedName
readwritenonatomicstrong

Location Type translated name. May be nil if not defined in the CMS.