Sha256: 9e6e614f523fd69d4150965f6656953a64c15c2b0e7d0e4024635962aa681b00

Contents?: true

Size: 557 Bytes

Versions: 1

Compression:

Stored size: 557 Bytes

Contents

/*
 * YMKGeoObject.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 <CoreLocation/CoreLocation.h>
#import <Foundation/Foundation.h>

/**
 Defines generic geographical object
 */
@protocol YMKGeoObject <NSObject>
@required

/**
 The map coordinates of the center point of an object.
 */
@property (nonatomic, readonly) CLLocationCoordinate2D coordinate;

@end

Version data entries

1 entries across 1 versions & 1 rubygems

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