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 |
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.
|
virtual |
Cleanup resources
Definition at line 1024 of file LocationWindowMapObjectsExample.m.
|
virtual |
Demonstrate circle map objects
Definition at line 59 of file LocationWindowMapObjectsExample.m.
|
virtual |
Demonstrate dotted polyline map objects
Definition at line 800 of file LocationWindowMapObjectsExample.m.
|
virtual |
Demonstrate icon map objects
Definition at line 242 of file LocationWindowMapObjectsExample.m.
|
virtual |
Demonstrate LocationWindowMapObjects methods
Definition at line 40 of file LocationWindowMapObjectsExample.m.
|
virtual |
Demonstrate polygon map objects
Definition at line 430 of file LocationWindowMapObjectsExample.m.
|
virtual |
Demonstrate polyline map objects
Definition at line 586 of file LocationWindowMapObjectsExample.m.
|
virtual |
Demonstrate remove all map objects
Definition at line 1001 of file LocationWindowMapObjectsExample.m.
|
readwritenonatomicstrong |
Definition at line 12 of file LocationWindowMapObjectsExample.m.
|
readwritenonatomicstrong |
Definition at line 13 of file LocationWindowMapObjectsExample.m.