Inherits NSObject.
Public Member Functions | |
| void | demonstrateLocationWindowMapObjectsMethods () |
| void | demonstrateLocationScopedGeometryRecords () |
| void | demonstrateCircleMapObjects () |
| void | demonstrateIconMapObjects () |
| void | demonstrateClusterMapObjects () |
| void | demonstrateModelMapObjects () |
| 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, addModelMapObject, removeModelMapObject, removeAllMapObjects
LocationWindowMapObjects usage example for Objective-C Demonstrates specific methods: addCircleMapObject, removeCircleMapObject, addIconMapObject, removeIconMapObject, addPolygonMapObject, addPolylineMapObject, removePolylineMapObject, addDottedPolylineMapObject, removeDottedPolylineMapObject, addModelMapObject, removeModelMapObject, removeAllMapObjects
Definition at line 44 of file location_window_map_objects_example.dart.
|
virtual |
Cleanup resources
Definition at line 1247 of file LocationWindowMapObjectsExample.m.
|
virtual |
Demonstrate circle map objects
Definition at line 99 of file LocationWindowMapObjectsExample.m.
|
virtual |
Demonstrate icon clustering via ClusterMapObjectController.
Definition at line 1116 of file LocationWindowMapObjectsExample.m.
|
virtual |
Demonstrate dotted polyline map objects
Definition at line 913 of file LocationWindowMapObjectsExample.m.
|
virtual |
Demonstrate icon map objects
Definition at line 282 of file LocationWindowMapObjectsExample.m.
|
virtual |
Metrics geometry scoped to a location / sublocation (
Definition at line 68 of file LocationWindowMapObjectsExample.m.
|
virtual |
Demonstrate LocationWindowMapObjects methods
Definition at line 45 of file LocationWindowMapObjectsExample.m.
|
virtual |
3D model map objects (OBJ + texture via ModelProvider / NCModelProviderFactory).
Definition at line 462 of file LocationWindowMapObjectsExample.m.
|
virtual |
Demonstrate polygon map objects
Definition at line 539 of file LocationWindowMapObjectsExample.m.
|
virtual |
Demonstrate polyline map objects
Definition at line 697 of file LocationWindowMapObjectsExample.m.
|
virtual |
Demonstrate remove all map objects
Definition at line 1224 of file LocationWindowMapObjectsExample.m.
| CircleMapObject LocationWindowMapObjectsExample._circleMapObject |
Definition at line 46 of file location_window_map_objects_example.dart.
| ClusterMapObjectController LocationWindowMapObjectsExample._clusterMapObjectController |
Definition at line 52 of file location_window_map_objects_example.dart.
| DemoClusterMapObjectControllerListener LocationWindowMapObjectsExample._clusterMapObjectControllerListener |
Definition at line 53 of file location_window_map_objects_example.dart.
| DottedPolylineMapObject LocationWindowMapObjectsExample._dottedPolylineMapObject |
Definition at line 51 of file location_window_map_objects_example.dart.
| IconMapObject LocationWindowMapObjectsExample._iconMapObject |
Definition at line 47 of file location_window_map_objects_example.dart.
| LocationWindow LocationWindowMapObjectsExample._locationWindow |
Definition at line 45 of file location_window_map_objects_example.dart.
| ModelMapObject LocationWindowMapObjectsExample._modelMapObject |
Definition at line 48 of file location_window_map_objects_example.dart.
| PolygonMapObject LocationWindowMapObjectsExample._polygonMapObject |
Definition at line 49 of file location_window_map_objects_example.dart.
| PolylineMapObject LocationWindowMapObjectsExample._polylineMapObject |
Definition at line 50 of file location_window_map_objects_example.dart.
|
readwritenonatomicstrong |
Definition at line 14 of file LocationWindowMapObjectsExample.m.
|
readwritenonatomicstrong |
Definition at line 15 of file LocationWindowMapObjectsExample.m.