NavmiiSDK
Write yourself a navigation system in iOS
Instance Methods | List of all members
<NMHudDelegate> Protocol Reference

Inherits <NSObject>.

Instance Methods

(void) - onNavigationInfoUpdated
 
(void) - onIsReroutingChanged:
 
(void) - onIsNightModeChanged:
 
(void) - onIsGpsEnabledChanged:
 
(void) - onCountryIso3CodeChanged:
 
(void) - onIsSecondaryDisplayConnectedChanged:
 
(void) - onShouldDrawTrafficOnMapChanged:
 

Method Documentation

- (void) onCountryIso3CodeChanged: (NSString *)  countryIso3Code
optional

Tells the delegate that current country is changed

Parameters
countryIso3CodeNew country ISO3 code
- (void) onIsGpsEnabledChanged: (BOOL)  isGpsEnabled
optional

Tells the delegate that GPS state is changed

Parameters
isGpsEnabledNew state of GPS
- (void) onIsNightModeChanged: (BOOL)  isNightMode
optional

Tells the delegate that night mode is changed

Parameters
isNightModeNew state of night mode
- (void) onIsReroutingChanged: (BOOL)  isRerouting
optional

Tells the delegate that rerouting state is changed

Parameters
isReroutingNew state of rerouting
- (void) onIsSecondaryDisplayConnectedChanged: (BOOL)  isSecondaryDisplayConnected
optional

Tells the delegate that secondary display state is changed

Parameters
isSecondaryDisplayConnectedNew state of secondary display
- (void) onNavigationInfoUpdated
optional

Tells the delegate that navigation info is updated

- (void) onShouldDrawTrafficOnMapChanged: (BOOL)  shouldDrawTrafficOnMap
optional

Tells the delegate that draw traffic state is changed

Parameters
shouldDrawTrafficOnMapNew state of drawing traffic on map

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