Sha256: e53d63258688058d75525113e18732ab3b90ad06d65817a50698c5772a6adff4

Contents?: true

Size: 619 Bytes

Versions: 1

Compression:

Stored size: 619 Bytes

Contents

/*
 * YMKDraggableAnnotation.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 <CoreLocation/CoreLocation.h>

/**
 Provides information about draggable annotation objects to a map view.
 */
@protocol YMKDraggableAnnotation <YMKAnnotation> 

/**
 The map coordinates of the center point of a draggable annotation.
 */
@property (nonatomic, assign) CLLocationCoordinate2D coordinate;

@end

Version data entries

1 entries across 1 versions & 1 rubygems

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