Loading...
Searching...
No Matches
LocationWindowCommonExample Class Reference

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
 

Detailed Description

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.

Member Function Documentation

◆ demonstrateLocationWindowCommonMethods()

void LocationWindowCommonExample::demonstrateLocationWindowCommonMethods ( )
virtual

Demonstrate LocationWindowCommon methods

Definition at line 44 of file LocationWindowCommonExample.m.

◆ init()

instancetype LocationWindowCommonExample::init ( )
virtual

Definition at line 33 of file LocationWindowCommonExample.m.

◆ runExample()

void LocationWindowCommonExample.runExample ( )
virtual

Member Data Documentation

◆ _locationView

LocationView LocationWindowCommonExample._locationView

Definition at line 15 of file location_window_common_example.dart.

◆ _locationWindow

LocationWindow LocationWindowCommonExample._locationWindow

Definition at line 14 of file location_window_common_example.dart.

◆ _userLocationLayer

UserLocationLayer LocationWindowCommonExample._userLocationLayer

Definition at line 17 of file location_window_common_example.dart.

◆ _userLocationView

UserLocationView LocationWindowCommonExample._userLocationView

Definition at line 16 of file location_window_common_example.dart.


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