Skip to content

Class NCLocationListListener

Il Kadyrov edited this page Nov 5, 2020 · 1 revision

NCLocationListListener provides a callback to be invoked when the list of locations will be downloaded from the server. The callback is invoked in the UI thread.

Referenced from: NCNavigineSdk.

@protocol NCLocationListListener

- (void)onLocationListLoaded:(nonnull NSDictionary<NSNumber *, NCLocationInfo *> *)locationInfos;

- (void)onLocationListFailed:(nullable NSError *)error;

@end
Clone this wiki locally