Navigine iOS/Android/Flutter SDK
1.0.0
Objective-C/Java/Dart SDK API
Loading...
Searching...
No Matches
NCZoomControls.h
Go to the documentation of this file.
1
//
2
// NCZoomControls.h
3
// Zoom controls widget for navigation view
4
//
5
6
#import <UIKit/UIKit.h>
7
8
NS_ASSUME_NONNULL_BEGIN
9
10
@class
NCZoomControlsConfig
;
11
13
typedef
void(^
NCZoomInCallback
)(void);
14
16
typedef
void(^
NCZoomOutCallback
)(void);
17
27
@interface
NCZoomControls
: UIView
28
34
- (instancetype)initWithOnZoomIn:(
NCZoomInCallback
)onZoomIn onZoomOut:(
NCZoomOutCallback
)onZoomOut;
35
42
- (instancetype)initWithOnZoomIn:(
NCZoomInCallback
)onZoomIn
43
onZoomOut:(
NCZoomOutCallback
)onZoomOut
44
config:(nullable
NCZoomControlsConfig
*)config;
45
47
- (void)applyConfig:(nullable
NCZoomControlsConfig
*)config;
48
49
@end
50
51
NS_ASSUME_NONNULL_END
com
navigine
idl
objc
widgets
NCZoomControls.h
Generated on Thu Apr 16 2026 08:08:54 for Navigine iOS/Android/Flutter SDK by
Doxygen
1.13.2