Loading...
Searching...
No Matches
LocationListManagerExample Class Reference

import snippets/LocationListManager/objc/LocationListManagerExample.h;

Inherits NSObject.

Public Member Functions

instancetype init ()
 
void runExample ()
 
void demonstrateLocationListManagerMethods ()
 
void demonstrateLocationList: (NSDictionary< NSNumber *, NCLocationInfo * > *locationInfos)
 

Properties

NCNavigineSdk * sdk
 
NCLocationListManager * locationListManager
 
id< NCLocationListListener > locationListListener
 

Detailed Description

LocationListManager usage example for Dart/Flutter Demonstrates working with location list management, downloading locations from server, and location information

LocationListManager usage example for Objective-C Demonstrates working with location list management, downloading locations from server, and location information

Definition at line 9 of file location_list_manager_example.dart.

Member Function Documentation

◆ demonstrateLocationList:()

void LocationListManagerExample::demonstrateLocationList: ( NSDictionary<NSNumber *, NCLocationInfo *> * locationInfos)
virtual

Demonstrate location list

Definition at line 99 of file LocationListManagerExample.m.

◆ demonstrateLocationListManagerMethods()

void LocationListManagerExample.demonstrateLocationListManagerMethods ( )
virtual

◆ init()

instancetype LocationListManagerExample::init ( )
virtual

Definition at line 9 of file LocationListManagerExample.m.

◆ runExample()

void LocationListManagerExample.runExample ( )
virtual

Property Documentation

◆ locationListListener

id<NCLocationListListener> LocationListManagerExample.locationListListener
readwritenonatomicstrong

Definition at line 15 of file LocationListManagerExample.h.

◆ locationListManager

NCLocationListManager* LocationListManagerExample.locationListManager
readwritenonatomicstrong

Definition at line 14 of file LocationListManagerExample.h.

◆ sdk

NCNavigineSdk* LocationListManagerExample.sdk
readwritenonatomicstrong

Definition at line 13 of file LocationListManagerExample.h.


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