Loading...
Searching...
No Matches
LocationWindowMapObjectsExample Class Reference

Inherits NSObject.

Public Member Functions

void demonstrateLocationWindowMapObjectsMethods ()
 
void demonstrateCircleMapObjects ()
 
void demonstrateIconMapObjects ()
 
void demonstratePolygonMapObjects ()
 
void demonstratePolylineMapObjects ()
 
void demonstrateDottedPolylineMapObjects ()
 
void demonstrateRemoveAllMapObjects ()
 
void cleanup ()
 

Properties

NCLocationWindow * locationWindow
 
NSMutableArray * mapObjects
 

Detailed Description

LocationWindowMapObjects usage example for Dart/Flutter Demonstrates specific methods: addCircleMapObject, removeCircleMapObject, addIconMapObject, removeIconMapObject, addPolygonMapObject, addPolylineMapObject, removePolylineMapObject, addDottedPolylineMapObject, removeDottedPolylineMapObject, removeAllMapObjects

LocationWindowMapObjects usage example for Objective-C Demonstrates specific methods: addCircleMapObject, removeCircleMapObject, addIconMapObject, removeIconMapObject, addPolygonMapObject, addPolylineMapObject, removePolylineMapObject, addDottedPolylineMapObject, removeDottedPolylineMapObject, removeAllMapObjects

Definition at line 34 of file location_window_map_objects_example.dart.

Member Function Documentation

◆ cleanup()

void LocationWindowMapObjectsExample::cleanup ( )
virtual

Cleanup resources

Definition at line 1024 of file LocationWindowMapObjectsExample.m.

◆ demonstrateCircleMapObjects()

void LocationWindowMapObjectsExample::demonstrateCircleMapObjects ( )
virtual

Demonstrate circle map objects

Definition at line 59 of file LocationWindowMapObjectsExample.m.

◆ demonstrateDottedPolylineMapObjects()

void LocationWindowMapObjectsExample::demonstrateDottedPolylineMapObjects ( )
virtual

Demonstrate dotted polyline map objects

Definition at line 800 of file LocationWindowMapObjectsExample.m.

◆ demonstrateIconMapObjects()

void LocationWindowMapObjectsExample::demonstrateIconMapObjects ( )
virtual

Demonstrate icon map objects

Definition at line 242 of file LocationWindowMapObjectsExample.m.

◆ demonstrateLocationWindowMapObjectsMethods()

void LocationWindowMapObjectsExample::demonstrateLocationWindowMapObjectsMethods ( )
virtual

Demonstrate LocationWindowMapObjects methods

Definition at line 40 of file LocationWindowMapObjectsExample.m.

◆ demonstratePolygonMapObjects()

void LocationWindowMapObjectsExample::demonstratePolygonMapObjects ( )
virtual

Demonstrate polygon map objects

Definition at line 430 of file LocationWindowMapObjectsExample.m.

◆ demonstratePolylineMapObjects()

void LocationWindowMapObjectsExample::demonstratePolylineMapObjects ( )
virtual

Demonstrate polyline map objects

Definition at line 586 of file LocationWindowMapObjectsExample.m.

◆ demonstrateRemoveAllMapObjects()

void LocationWindowMapObjectsExample::demonstrateRemoveAllMapObjects ( )
virtual

Demonstrate remove all map objects

Definition at line 1001 of file LocationWindowMapObjectsExample.m.

Property Documentation

◆ locationWindow

NCLocationWindow* LocationWindowMapObjectsExample.locationWindow
readwritenonatomicstrong

Definition at line 12 of file LocationWindowMapObjectsExample.m.

◆ mapObjects

NSMutableArray* LocationWindowMapObjectsExample.mapObjects
readwritenonatomicstrong

Definition at line 13 of file LocationWindowMapObjectsExample.m.


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