Sha256: 32ea2dbd6898c91b93d06e31187135c4673c9f05d207d70d329a48f0983ef521
Contents?: true
Size: 745 Bytes
Versions: 1
Compression:
Stored size: 745 Bytes
Contents
/* * YMKAnnotation.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 "YMKGeoObject.h" /** Provides information about annotation objects to a map view, including their location and titles. @see http://developer.apple.com/library/ios/#documentation/MapKit/Reference/MKAnnotationView_Class/Reference/Reference.html */ @protocol YMKAnnotation <YMKGeoObject> @optional /** The title text of the annotation. */ - (NSString *)title; /** The subtitle text of the annotation. */ - (NSString *)subtitle; @end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-yandexmapkit-0.0.1 | YandexMapKit/Headers/YMKAnnotation.h |