| 123456789101112131415161718192021 |
- // This file is generated and will be overwritten automatically.
- #import <Foundation/Foundation.h>
- /** Collection of useful constants. */
- NS_SWIFT_NAME(MapConstants)
- __attribute__((visibility ("default")))
- @interface MBMMapConstants : NSObject
- /** The map view's minimum pitch in degrees. */
- @property (nonatomic, class, readonly) double MinPitch;
- /** The map view's maximum pitch in degrees. */
- @property (nonatomic, class, readonly) double MaxPitch;
- /** The map view's minimum zoom. */
- @property (nonatomic, class, readonly) double MinZoom;
- /** The map view's maximum zoom. */
- @property (nonatomic, class, readonly) double MaxZoom;
- /** Default transition duration in milliseconds. */
- @property (nonatomic, class, readonly) uint64_t DefaultTransitionDuration;
- @end
|