NavmiiSDK
Write yourself a navigation system in iOS
|
#import <NMPOIImporterDelegate.h>
Inherits <NSObject>.
Instance Methods | |
(void) | - onPOIImported:result: |
(void) | - onPOIRemoved:result: |
(void) | - onAllPOIRemoved |
POI(imported/removed) event listener callback interface
|
optional |
Tells the delegate that all imported POI was removed
|
optional |
Tells the delegate that POI was imported
iso3code | Specifies country for which operation has been performed |
result | Specifies is the result was successful or not |
|
optional |
Tells the delegate that POI was removed
iso3CountryCode | Specifies country for which operation has been performed |
result | Specifies if the result was successful or not |