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

Inherits NSObject.

Public Member Functions

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

Public Attributes

LocationWindow _locationWindow
 
CircleMapObject _circleMapObject
 
IconMapObject _iconMapObject
 
PolygonMapObject _polygonMapObject
 
PolylineMapObject _polylineMapObject
 
DottedPolylineMapObject _dottedPolylineMapObject
 

Properties

NCLocationWindowlocationWindow
 
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 1064 of file LocationWindowMapObjectsExample.m.

◆ demonstrateCircleMapObjects()

void LocationWindowMapObjectsExample::demonstrateCircleMapObjects ( )
virtual

Demonstrate circle map objects

Definition at line 93 of file LocationWindowMapObjectsExample.m.

◆ demonstrateDottedPolylineMapObjects()

void LocationWindowMapObjectsExample::demonstrateDottedPolylineMapObjects ( )
virtual

Demonstrate dotted polyline map objects

Definition at line 838 of file LocationWindowMapObjectsExample.m.

◆ demonstrateIconMapObjects()

void LocationWindowMapObjectsExample::demonstrateIconMapObjects ( )
virtual

Demonstrate icon map objects

Definition at line 276 of file LocationWindowMapObjectsExample.m.

◆ demonstrateLocationScopedGeometryRecords()

void LocationWindowMapObjectsExample::demonstrateLocationScopedGeometryRecords ( )
virtual

Metrics geometry scoped to a location / sublocation (

See also
NCLocationPolygon, NCLocationPolyline).

Definition at line 62 of file LocationWindowMapObjectsExample.m.

◆ demonstrateLocationWindowMapObjectsMethods()

void LocationWindowMapObjectsExample::demonstrateLocationWindowMapObjectsMethods ( )
virtual

Demonstrate LocationWindowMapObjects methods

Definition at line 41 of file LocationWindowMapObjectsExample.m.

◆ demonstratePolygonMapObjects()

void LocationWindowMapObjectsExample::demonstratePolygonMapObjects ( )
virtual

Demonstrate polygon map objects

Definition at line 464 of file LocationWindowMapObjectsExample.m.

◆ demonstratePolylineMapObjects()

void LocationWindowMapObjectsExample::demonstratePolylineMapObjects ( )
virtual

Demonstrate polyline map objects

Definition at line 622 of file LocationWindowMapObjectsExample.m.

◆ demonstrateRemoveAllMapObjects()

void LocationWindowMapObjectsExample::demonstrateRemoveAllMapObjects ( )
virtual

Demonstrate remove all map objects

Definition at line 1041 of file LocationWindowMapObjectsExample.m.

Member Data Documentation

◆ _circleMapObject

CircleMapObject LocationWindowMapObjectsExample._circleMapObject

Definition at line 36 of file location_window_map_objects_example.dart.

◆ _dottedPolylineMapObject

DottedPolylineMapObject LocationWindowMapObjectsExample._dottedPolylineMapObject

Definition at line 40 of file location_window_map_objects_example.dart.

◆ _iconMapObject

IconMapObject LocationWindowMapObjectsExample._iconMapObject

Definition at line 37 of file location_window_map_objects_example.dart.

◆ _locationWindow

LocationWindow LocationWindowMapObjectsExample._locationWindow

Definition at line 35 of file location_window_map_objects_example.dart.

◆ _polygonMapObject

PolygonMapObject LocationWindowMapObjectsExample._polygonMapObject

Definition at line 38 of file location_window_map_objects_example.dart.

◆ _polylineMapObject

PolylineMapObject LocationWindowMapObjectsExample._polylineMapObject

Definition at line 39 of file location_window_map_objects_example.dart.

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: