Sha256: 6aa800fde709771e2f5116fc7da0d236560997b64029755bff83ddfc31eee2ef

Contents?: true

Size: 811 Bytes

Versions: 1

Compression:

Stored size: 811 Bytes

Contents

/*
 * YMKMapViewConfig.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>

#import "YMKHostsConfiguration.h"
#import "YMKMapLayersConfiguration.h"


@interface YMKMapViewConfiguration : NSObject {
@private
    NSString * uuid_;
    YMKHostsConfiguration * hosts_;
    YMKMapLayersConfiguration * mapLayers_;
}

@property (nonatomic, copy, readonly) NSString * uuid;
@property (nonatomic, retain, readonly) YMKHostsConfiguration * hosts;
@property (nonatomic, retain, readonly) YMKMapLayersConfiguration * mapLayers;

- (void)setContentsFrom:(YMKMapViewConfiguration *)configuration;

@end

Version data entries

1 entries across 1 versions & 1 rubygems

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