Sha256: bfbd7993aee18e989e66c97527055cfc67ad0e94f6871ac159fa392fdeedeb23
Contents?: true
Size: 1013 Bytes
Versions: 1
Compression:
Stored size: 1013 Bytes
Contents
/* * YMKHostsConfiguration.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> @interface YMKHostsConfiguration : NSObject { @private NSString * startupURLString_; NSString * tileRequestURLString_; NSString * jamsRequestURLString_; NSString * jamStylesURLString_; NSString * routeBuilderURLString_; NSString * ymapsmlStylesURLString_; } @property (nonatomic, readonly, copy) NSString * startupURLString; @property (nonatomic, readonly, copy) NSString * tileRequestURLString; @property (nonatomic, readonly, copy) NSString * jamsRequestURLString; @property (nonatomic, readonly, copy) NSString * jamStylesURLString; @property (nonatomic, readonly, copy) NSString * routeBuilderURLString; @property (nonatomic, readonly, copy) NSString * ymapsmlStylesURLString; @end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-yandexmapkit-0.0.1 | YandexMapKit/Headers/YMKHostsConfiguration.h |