-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Pavel Tychinin
authored and
Pavel Tychinin
committed
Jul 30, 2024
1 parent
f533444
commit b027b9e
Showing
374 changed files
with
4,928 additions
and
3,382 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 6 additions & 3 deletions
9
Frameworks/Navigine.xcframework/ios-arm64/Navigine.framework/Headers/NCAnimationType.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
// AUTOGENERATED FILE - DO NOT MODIFY! | ||
// This file was generated by Djinni from animation_type.djinni | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
/** Describe animation functions */ | ||
typedef NS_ENUM(NSInteger, NCAnimationType) | ||
{ | ||
/** Disable animation */ | ||
NCAnimationTypeNone, | ||
/** Animation according to formula `f(t) = t`. */ | ||
NCAnimationTypeLinear, | ||
/** Animation according to formula `f(t) = (-2 * t + 3) * t * t`. */ | ||
NCAnimationTypeCubic, | ||
/** Animation according to formula `f(t) = (6 * t * t - 15 * t + 10) * t * t * t`. */ | ||
NCAnimationTypeQuint, | ||
/** Animation according to formula `f(t) = 0.5 - 0.5 * cos(PI * t)`. */ | ||
NCAnimationTypeSine, | ||
}; |
20 changes: 17 additions & 3 deletions
20
Frameworks/Navigine.xcframework/ios-arm64/Navigine.framework/Headers/NCAsyncRouteListener.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 7 additions & 3 deletions
10
Frameworks/Navigine.xcframework/ios-arm64/Navigine.framework/Headers/NCAsyncRouteManager.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
// AUTOGENERATED FILE - DO NOT MODIFY! | ||
// This file was generated by Djinni from async_route_manager.djinni | ||
|
||
#import "NCExport.h" | ||
#import "NCLocationPoint.h" | ||
#import "NCRouteOptions.h" | ||
#import <Foundation/Foundation.h> | ||
@class NCRouteSession; | ||
|
||
|
||
/** Class is used to manage routing sessions */ | ||
DEFAULT_EXPORT_ATTRIBUTE | ||
@interface NCAsyncRouteManager : NSObject | ||
|
||
/** | ||
* Method is used to create routing session | ||
* @param wayPoint - destination point | ||
* @param routeOptions - params of routing session (@see RouteSession class) | ||
*/ | ||
- (nullable NCRouteSession *)createRouteSession:(nonnull NCLocationPoint *)wayPoint | ||
routeOptions:(nonnull NCRouteOptions *)routeOptions; | ||
|
||
/** Method is used to cancel routing session */ | ||
- (void)cancelRouteSession:(nullable NCRouteSession *)session; | ||
|
||
@end |
17 changes: 14 additions & 3 deletions
17
Frameworks/Navigine.xcframework/ios-arm64/Navigine.framework/Headers/NCBeacon.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,42 @@ | ||
// AUTOGENERATED FILE - DO NOT MODIFY! | ||
// This file was generated by Djinni from beacon.djinni | ||
|
||
#import "NCExport.h" | ||
#import "NCPoint.h" | ||
#import "NCTransmitterStatus.h" | ||
#import <Foundation/Foundation.h> | ||
|
||
|
||
/** | ||
* | ||
* Object describing iBeacon transmitter. | ||
* | ||
*/ | ||
DEFAULT_EXPORT_ATTRIBUTE | ||
@interface NCBeacon : NSObject | ||
|
||
/** Metrics coordinate of iBeacon position (@see Point). */ | ||
@property (nonatomic, nonnull, readonly) NCPoint * point; | ||
|
||
/** Unique location identifier of iBeacon position. */ | ||
@property (nonatomic, readonly) int32_t locationId; | ||
|
||
/** Unique sublocation identifier of iBeacon position. */ | ||
@property (nonatomic, readonly) int32_t sublocationId; | ||
|
||
/** iBeacon name. */ | ||
@property (nonatomic, nonnull, readonly) NSString * name; | ||
|
||
/** iBeacon major. Values [1-65535] */ | ||
@property (nonatomic, readonly) int32_t major; | ||
|
||
/** iBeacon minor. Values [1-65535] */ | ||
@property (nonatomic, readonly) int32_t minor; | ||
|
||
/** iBeacon uuid. Format [XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX] */ | ||
@property (nonatomic, nonnull, readonly) NSString * uuid; | ||
|
||
/** iBeacon power. If exsists. */ | ||
@property (nonatomic, nullable, readonly) NSNumber * power; | ||
|
||
/** iBeacon status. (@see TransmitterStatus) */ | ||
@property (nonatomic, readonly) NCTransmitterStatus status; | ||
|
||
@end |
3 changes: 0 additions & 3 deletions
3
...eworks/Navigine.xcframework/ios-arm64/Navigine.framework/Headers/NCBeaconProximityEntry.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
...ks/Navigine.xcframework/ios-arm64/Navigine.framework/Headers/NCBeaconProximityEstimator.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
...ine.xcframework/ios-arm64/Navigine.framework/Headers/NCBeaconProximityEstimatorListener.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
Frameworks/Navigine.xcframework/ios-arm64/Navigine.framework/Headers/NCBitmapRegionDecoder.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
Frameworks/Navigine.xcframework/ios-arm64/Navigine.framework/Headers/NCCameraCallback.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
// AUTOGENERATED FILE - DO NOT MODIFY! | ||
// This file was generated by Djinni from location_window.djinni | ||
|
||
#import "NCExport.h" | ||
#import <Foundation/Foundation.h> | ||
|
||
|
||
|
||
/** Called when the move if finished. */ | ||
typedef void (^NCCameraCallback)(BOOL completed); | ||
|
12 changes: 9 additions & 3 deletions
12
Frameworks/Navigine.xcframework/ios-arm64/Navigine.framework/Headers/NCCameraListener.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
Frameworks/Navigine.xcframework/ios-arm64/Navigine.framework/Headers/NCCameraUpdateReason.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
// AUTOGENERATED FILE - DO NOT MODIFY! | ||
// This file was generated by Djinni from camera_listener.djinni | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
/** Reason of the camera update. */ | ||
typedef NS_ENUM(NSInteger, NCCameraUpdateReason) | ||
{ | ||
/** User manipulation, for example: zoom, scroll, rotate, fling. */ | ||
NCCameraUpdateReasonGestures, | ||
/** Application, by calling the LocationLiew::move methods. */ | ||
NCCameraUpdateReasonApplication, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 33 additions & 3 deletions
36
Frameworks/Navigine.xcframework/ios-arm64/Navigine.framework/Headers/NCCircleMapObject.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,57 @@ | ||
// AUTOGENERATED FILE - DO NOT MODIFY! | ||
// This file was generated by Djinni from circle_map_object.djinni | ||
|
||
#import "NCAnimationType.h" | ||
#import "NCExport.h" | ||
#import "NCLocationPoint.h" | ||
#import "NCMapObject.h" | ||
#import <Foundation/Foundation.h> | ||
|
||
|
||
/** | ||
* | ||
* Object represents circle on location view. | ||
* | ||
*/ | ||
DEFAULT_EXPORT_ATTRIBUTE | ||
@interface NCCircleMapObject : NCMapObject | ||
|
||
/** | ||
* | ||
* Method is used to specify center of object. | ||
* @param point - metrics coordinate of center (@see LocationPoint). | ||
* | ||
*/ | ||
- (BOOL)setPosition:(nonnull NCLocationPoint *)point; | ||
|
||
/** | ||
* | ||
* Method is used to move center of object with specified animation (@see LocationPoint). | ||
* @param point - metrics coordinate of center (@see LocationPoint). | ||
* @param duration - animation duration in seconds. | ||
* @param type - animation type (@see AnimationType). | ||
* | ||
*/ | ||
- (BOOL)setPositionAnimated:(nonnull NCLocationPoint *)point | ||
duration:(float)duration | ||
type:(NCAnimationType)type; | ||
|
||
/** | ||
* | ||
* Method is used to specify color of object. | ||
* @param red - red RGBA component. | ||
* @param green - green RGBA component. | ||
* @param blue - blue RGBA component. | ||
* @param alpha - Opacity multiplicator. Values below 0 will be set to 0. Default: 1. | ||
*/ | ||
- (BOOL)setColor:(float)red | ||
green:(float)green | ||
blue:(float)blue | ||
alpha:(float)alpha; | ||
|
||
/** | ||
* | ||
* Method is used to specify size of object. | ||
* @param radius - metrics radius of circle. | ||
* | ||
*/ | ||
- (BOOL)setRadius:(float)radius; | ||
|
||
@end |
3 changes: 0 additions & 3 deletions
3
Frameworks/Navigine.xcframework/ios-arm64/Navigine.framework/Headers/NCDebugFlag.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.