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

#import <NMPOIImporterDelegate.h>

Inherits <NSObject>.

Instance Methods

(void) - onPOIImported:result:
 
(void) - onPOIRemoved:result:
 
(void) - onAllPOIRemoved
 

Detailed Description

POI(imported/removed) event listener callback interface

Method Documentation

- (void) onAllPOIRemoved
optional

Tells the delegate that all imported POI was removed

- (void) onPOIImported: (NSString *)  iso3code
result: (BOOL)  result 
optional

Tells the delegate that POI was imported

Parameters
iso3codeSpecifies country for which operation has been performed
resultSpecifies is the result was successful or not
- (void) onPOIRemoved: (NSString *)  iso3code
result: (BOOL)  result 
optional

Tells the delegate that POI was removed

Parameters
iso3CountryCodeSpecifies country for which operation has been performed
resultSpecifies if the result was successful or not

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