Sha256: 28f6a68bdc3eeb2c205bf5c20074c6039b5eb11f9b8b01cc2a36e0e46498c980

Contents?: true

Size: 640 Bytes

Versions: 1

Compression:

Stored size: 640 Bytes

Contents

/*
 * YMKRuler.h
 *
 * This file is a part of the Yandex Map Kit.
 *
 * Version for iOS © 2011 YANDEX
 * 
 * You may not use this file except in compliance with the License.
 * You may obtain a copy of the License at http://legal.yandex.ru/mapkit/
 */

#import <Foundation/Foundation.h>

/**
 Instance of YMKRuler object lets you control ruler appearance in the bottom right
 corner of the map
 */
@interface YMKRuler : UIView {
    @private
    UIFont *_labelFont;
    UIColor *_labelBackgroundColor;
    double _scale;
}

/**
 The current map view scale defined as meters per 100px.
 */
@property (nonatomic, assign) double scale;

@end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
motion-yandexmapkit-0.0.1 YandexMapKit/Headers/YMKRuler.h