Loading...
Searching...
No Matches
LocationWindowInteractionExample Class Reference

Inherits NSObject.

Public Member Functions

instancetype init ()
 
void demonstrateLocationWindowInteractionMethods ()
 
void cleanup ()
 

Public Attributes

LocationWindow _locationWindow
 
InputListener _inputListener
 
PickListener _pickListener
 

Properties

NCLocationWindowlocationWindow
 
id< NCInputListenerinputListener
 
id< NCPickListenerpickListener
 

Detailed Description

LocationWindowInteraction usage example for Dart/Flutter Demonstrates specific methods: stickToBorder, rotateGestureEnabled, tiltGesturesEnabled, scrollGesturesEnabled, zoomGesturesEnabled, pickRadius, pickMapObjectAt, pickMapFeatureAt, addPickListener, addInputListener, removeInputListener

LocationWindowInteraction usage example for Objective-C Demonstrates specific methods: stickToBorder, rotateGestureEnabled, tiltGesturesEnabled, scrollGesturesEnabled, zoomGesturesEnabled, pickRadius, pickMapObjectAt, pickMapFeatureAt, addPickListener, addInputListener, removeInputListener

Definition at line 22 of file location_window_interaction_example.dart.

Member Function Documentation

◆ cleanup()

void LocationWindowInteractionExample::cleanup ( )
virtual

Definition at line 245 of file LocationWindowInteractionExample.m.

◆ demonstrateLocationWindowInteractionMethods()

void LocationWindowInteractionExample::demonstrateLocationWindowInteractionMethods ( )
virtual

Definition at line 32 of file LocationWindowInteractionExample.m.

◆ init()

instancetype LocationWindowInteractionExample::init ( )
virtual

Definition at line 24 of file LocationWindowInteractionExample.m.

Member Data Documentation

◆ _inputListener

InputListener LocationWindowInteractionExample._inputListener

Definition at line 24 of file location_window_interaction_example.dart.

◆ _locationWindow

LocationWindow LocationWindowInteractionExample._locationWindow

Definition at line 23 of file location_window_interaction_example.dart.

◆ _pickListener

PickListener LocationWindowInteractionExample._pickListener

Definition at line 25 of file location_window_interaction_example.dart.

Property Documentation

◆ inputListener

id<NCInputListener> LocationWindowInteractionExample.inputListener
readwritenonatomicstrong

Definition at line 13 of file LocationWindowInteractionExample.m.

◆ locationWindow

NCLocationWindow* LocationWindowInteractionExample.locationWindow
readwritenonatomicstrong

Definition at line 12 of file LocationWindowInteractionExample.m.

◆ pickListener

id<NCPickListener> LocationWindowInteractionExample.pickListener
readwritenonatomicstrong

Definition at line 14 of file LocationWindowInteractionExample.m.


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