import snippets/LocationWindowCommon/objc/LocationWindowCommonExample.h;
Inherits NSObject.
Public Member Functions | |
| instancetype | init () |
| void | runExample () |
| void | demonstrateLocationWindowCommonMethods () |
Public Attributes | |
| LocationWindow | _locationWindow |
| LocationView | _locationView |
| UserLocationView | _userLocationView |
| UserLocationLayer | _userLocationLayer |
LocationWindowCommon usage example for Dart/Flutter Demonstrates specific methods: setSublocationId, screenPositionToMeters, metersToScreenPosition, selectMapFeature, deselectMapFeature, deselectAllMapFeatures, selectedMapFeatures, zoomFactor, minZoomFactor, maxZoomFactor
LocationWindowCommon usage example for Objective-C Demonstrates working with location windows, views, camera operations, and map objects
Definition at line 13 of file location_window_common_example.dart.
|
virtual |
Demonstrate LocationWindowCommon methods
Definition at line 44 of file LocationWindowCommonExample.m.
|
virtual |
Definition at line 33 of file LocationWindowCommonExample.m.
|
virtual |
| LocationView LocationWindowCommonExample._locationView |
Definition at line 15 of file location_window_common_example.dart.
| LocationWindow LocationWindowCommonExample._locationWindow |
Definition at line 14 of file location_window_common_example.dart.
| UserLocationLayer LocationWindowCommonExample._userLocationLayer |
Definition at line 17 of file location_window_common_example.dart.
| UserLocationView LocationWindowCommonExample._userLocationView |
Definition at line 16 of file location_window_common_example.dart.