Inherits NSObject.
Public Member Functions | |
| void | demonstrateLocationWindowMapObjectsMethods () |
| void | demonstrateLocationScopedGeometryRecords () |
| 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 1064 of file LocationWindowMapObjectsExample.m.
|
virtual |
Demonstrate circle map objects
Definition at line 93 of file LocationWindowMapObjectsExample.m.
|
virtual |
Demonstrate dotted polyline map objects
Definition at line 838 of file LocationWindowMapObjectsExample.m.
|
virtual |
Demonstrate icon map objects
Definition at line 276 of file LocationWindowMapObjectsExample.m.
|
virtual |
Metrics geometry scoped to a location / sublocation (
Definition at line 62 of file LocationWindowMapObjectsExample.m.
|
virtual |
Demonstrate LocationWindowMapObjects methods
Definition at line 41 of file LocationWindowMapObjectsExample.m.
|
virtual |
Demonstrate polygon map objects
Definition at line 464 of file LocationWindowMapObjectsExample.m.
|
virtual |
Demonstrate polyline map objects
Definition at line 622 of file LocationWindowMapObjectsExample.m.
|
virtual |
Demonstrate remove all map objects
Definition at line 1041 of file LocationWindowMapObjectsExample.m.
| CircleMapObject LocationWindowMapObjectsExample._circleMapObject |
Definition at line 36 of file location_window_map_objects_example.dart.
| DottedPolylineMapObject LocationWindowMapObjectsExample._dottedPolylineMapObject |
Definition at line 40 of file location_window_map_objects_example.dart.
| IconMapObject LocationWindowMapObjectsExample._iconMapObject |
Definition at line 37 of file location_window_map_objects_example.dart.
| LocationWindow LocationWindowMapObjectsExample._locationWindow |
Definition at line 35 of file location_window_map_objects_example.dart.
| PolygonMapObject LocationWindowMapObjectsExample._polygonMapObject |
Definition at line 38 of file location_window_map_objects_example.dart.
| PolylineMapObject LocationWindowMapObjectsExample._polylineMapObject |
Definition at line 39 of file location_window_map_objects_example.dart.
|
readwritenonatomicstrong |
Definition at line 12 of file LocationWindowMapObjectsExample.m.
|
readwritenonatomicstrong |
Definition at line 13 of file LocationWindowMapObjectsExample.m.