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

import snippets/LocationListManager/objc/LocationListManagerExample.h;

Inherits NSObject.

Public Member Functions

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

Public Attributes

NavigineSdk _sdk
 
LocationListManager _locationListManager
 
LocationListListener _locationListListener
 

Properties

NCNavigineSdksdk
 
NCLocationListManagerlocationListManager
 
id< NCLocationListListenerlocationListListener
 

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.

◆ demonstrateLocationListListenerManagement()

void LocationListManagerExample.demonstrateLocationListListenerManagement ( )
inline

Demonstrate location list listener management

Definition at line 233 of file LocationListManagerExample.m.

◆ demonstrateLocationListManagerMethods() [1/2]

void LocationListManagerExample.demonstrateLocationListManagerMethods ( )
inline

Demonstrate LocationListManager methods

Definition at line 61 of file LocationListManagerExample.m.

◆ demonstrateLocationListManagerMethods() [2/2]

void LocationListManagerExample.demonstrateLocationListManagerMethods ( )
virtual

◆ demonstrateLocationListSimulation()

void LocationListManagerExample.demonstrateLocationListSimulation ( )
inline

Demonstrate location list simulation

Definition at line 199 of file LocationListManagerExample.m.

◆ init()

instancetype LocationListManagerExample::init ( )
virtual

Definition at line 9 of file LocationListManagerExample.m.

◆ runExample()

void LocationListManagerExample.runExample ( )
virtual

Member Data Documentation

◆ _locationListListener

LocationListListener LocationListManagerExample._locationListListener

Definition at line 12 of file location_list_manager_example.dart.

◆ _locationListManager

LocationListManager LocationListManagerExample._locationListManager

Definition at line 11 of file location_list_manager_example.dart.

◆ _sdk

NavigineSdk LocationListManagerExample._sdk

Definition at line 10 of file location_list_manager_example.dart.

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: