-
Notifications
You must be signed in to change notification settings - Fork 6
NCAnimationType
PavelTychinin edited this page Nov 15, 2021
·
1 revision
AnimationType class is used for animate objects on location view
You can specify one of the following animations
#import <Foundation/Foundation.h>
typedef NS_ENUM(NSInteger, NCAnimationType)
{
NCAnimationTypeNone,
NCAnimationTypeLinear,
NCAnimationTypeCubic,
NCAnimationTypeQuint,
NCAnimationTypeSine,
};
Tutorials
Classes
- NCNavigineSdk
- NCLocationListManager
- NCLocationManager
- NCNavigationManager
- NCRouteManager
- NCZoneManager
- NCNotificationManager
- NCMeasurementManager
- NCLocationEditManager
- NCResourceManager
- NCLocation
- NCSublocation
- NCCategory
- NCVenue
- NCZone
- NCBeacon
- NCEddystone
- NCWifi
- NCLocationView
- NCGestureRecognizerDelegate
- NCCircleMapObject
- NCLineMapObject
- NCLocationListListener
- NCLocationListener
- NCPositionListener
- NCRouteListener
- NCZoneListener
- NCNotificationListener
- NCLocationEditListener
- NCMeasurementListener
- NCResourceListener
- NCResourceUploadListener
- NCNotification
- NCPosition
- NCSignalMeasurement
- NCSensorMeasurement
- NCImage
- NCRoutePath
- NCRouteEvent
- NCLocationPoint
- NCLocationInfo
- NCBitmapRegionDecoder