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

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 ()
 

Public Attributes

LocationWindow _locationWindow
 
CircleMapObject _circleMapObject
 
IconMapObject _iconMapObject
 
ModelMapObject _modelMapObject
 
PolygonMapObject _polygonMapObject
 
PolylineMapObject _polylineMapObject
 
DottedPolylineMapObject _dottedPolylineMapObject
 
ClusterMapObjectController _clusterMapObjectController
 
DemoClusterMapObjectControllerListener _clusterMapObjectControllerListener
 

Properties

NCLocationWindowlocationWindow
 
NSMutableArray * mapObjects
 

Detailed Description

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.

Member Function Documentation

◆ cleanup()

void LocationWindowMapObjectsExample::cleanup ( )
virtual

Cleanup resources

Definition at line 1247 of file LocationWindowMapObjectsExample.m.

◆ demonstrateCircleMapObjects()

void LocationWindowMapObjectsExample::demonstrateCircleMapObjects ( )
virtual

Demonstrate circle map objects

Definition at line 99 of file LocationWindowMapObjectsExample.m.

◆ demonstrateClusterMapObjects()

void LocationWindowMapObjectsExample::demonstrateClusterMapObjects ( )
virtual

Demonstrate icon clustering via ClusterMapObjectController.

Definition at line 1116 of file LocationWindowMapObjectsExample.m.

◆ demonstrateDottedPolylineMapObjects()

void LocationWindowMapObjectsExample::demonstrateDottedPolylineMapObjects ( )
virtual

Demonstrate dotted polyline map objects

Definition at line 913 of file LocationWindowMapObjectsExample.m.

◆ demonstrateIconMapObjects()

void LocationWindowMapObjectsExample::demonstrateIconMapObjects ( )
virtual

Demonstrate icon map objects

Definition at line 282 of file LocationWindowMapObjectsExample.m.

◆ demonstrateLocationScopedGeometryRecords()

void LocationWindowMapObjectsExample::demonstrateLocationScopedGeometryRecords ( )
virtual

Metrics geometry scoped to a location / sublocation (

See also
NCLocationPolygon, NCLocationPolyline).

Definition at line 68 of file LocationWindowMapObjectsExample.m.

◆ demonstrateLocationWindowMapObjectsMethods()

void LocationWindowMapObjectsExample::demonstrateLocationWindowMapObjectsMethods ( )
virtual

Demonstrate LocationWindowMapObjects methods

Definition at line 45 of file LocationWindowMapObjectsExample.m.

◆ demonstrateModelMapObjects()

void LocationWindowMapObjectsExample::demonstrateModelMapObjects ( )
virtual

3D model map objects (OBJ + texture via ModelProvider / NCModelProviderFactory).

Definition at line 462 of file LocationWindowMapObjectsExample.m.

◆ demonstratePolygonMapObjects()

void LocationWindowMapObjectsExample::demonstratePolygonMapObjects ( )
virtual

Demonstrate polygon map objects

Definition at line 539 of file LocationWindowMapObjectsExample.m.

◆ demonstratePolylineMapObjects()

void LocationWindowMapObjectsExample::demonstratePolylineMapObjects ( )
virtual

Demonstrate polyline map objects

Definition at line 697 of file LocationWindowMapObjectsExample.m.

◆ demonstrateRemoveAllMapObjects()

void LocationWindowMapObjectsExample::demonstrateRemoveAllMapObjects ( )
virtual

Demonstrate remove all map objects

Definition at line 1224 of file LocationWindowMapObjectsExample.m.

Member Data Documentation

◆ _circleMapObject

CircleMapObject LocationWindowMapObjectsExample._circleMapObject

Definition at line 46 of file location_window_map_objects_example.dart.

◆ _clusterMapObjectController

ClusterMapObjectController LocationWindowMapObjectsExample._clusterMapObjectController

Definition at line 52 of file location_window_map_objects_example.dart.

◆ _clusterMapObjectControllerListener

DemoClusterMapObjectControllerListener LocationWindowMapObjectsExample._clusterMapObjectControllerListener

Definition at line 53 of file location_window_map_objects_example.dart.

◆ _dottedPolylineMapObject

DottedPolylineMapObject LocationWindowMapObjectsExample._dottedPolylineMapObject

Definition at line 51 of file location_window_map_objects_example.dart.

◆ _iconMapObject

IconMapObject LocationWindowMapObjectsExample._iconMapObject

Definition at line 47 of file location_window_map_objects_example.dart.

◆ _locationWindow

LocationWindow LocationWindowMapObjectsExample._locationWindow

Definition at line 45 of file location_window_map_objects_example.dart.

◆ _modelMapObject

ModelMapObject LocationWindowMapObjectsExample._modelMapObject

Definition at line 48 of file location_window_map_objects_example.dart.

◆ _polygonMapObject

PolygonMapObject LocationWindowMapObjectsExample._polygonMapObject

Definition at line 49 of file location_window_map_objects_example.dart.

◆ _polylineMapObject

PolylineMapObject LocationWindowMapObjectsExample._polylineMapObject

Definition at line 50 of file location_window_map_objects_example.dart.

Property Documentation

◆ locationWindow

NCLocationWindow* LocationWindowMapObjectsExample.locationWindow
readwritenonatomicstrong

Definition at line 14 of file LocationWindowMapObjectsExample.m.

◆ mapObjects

NSMutableArray* LocationWindowMapObjectsExample.mapObjects
readwritenonatomicstrong

Definition at line 15 of file LocationWindowMapObjectsExample.m.


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