NavmiiSDK
Write yourself a navigation system in iOS
Instance Methods | Properties | List of all members
NMVoicePack Class Reference

Inherits NSObject.

Instance Methods

(instancetype) - initWithName:locale:voiceGuide:idDefault:isFemaleVoice:
 

Properties

NSString * name
 
NSString * locale
 
NSString * voiceGuideName
 
BOOL isDefaultForLocale
 
BOOL isFemaleVoice
 

Method Documentation

- (instancetype) initWithName: (NSString *)  name
locale: (NSString *)  locale
voiceGuide: (NSString *)  voiceGuide
idDefault: (BOOL)  isDefault
isFemaleVoice: (BOOL)  isFemaleVoice 

Initialization

Parameters
nameVoice pack name
localeVoice pack locale
voiceGuideVoice pack guide name
isDefaultVoice pack default for locale state
isFemaleVoiceVoice pack male/female state

Property Documentation

- (BOOL) isDefaultForLocale
readwritenonatomicassign

Voice pack Default for locale state

- (BOOL) isFemaleVoice
readwritenonatomicassign

Voice pack Male/Female state

- (NSString*) locale
readwritenonatomicstrong

Voice pack locale

- (NSString*) name
readwritenonatomicstrong

Voice pack name

- (NSString*) voiceGuideName
readwritenonatomicstrong

Voice pack guide name


The documentation for this class was generated from the following file: