![]() |
OCMapView 1.0
Simple and easy to use clustering mapView.
|
00001 // 00002 // OCGrouping.h 00003 // OClusterMapView+Sample 00004 // 00005 // Created by Botond Kis on 13.02.12. 00006 // Copyright (c) 2012 __MyCompanyName__. All rights reserved. 00007 // 00008 00009 #import <Foundation/Foundation.h> 00010 00012 00013 @protocol OCGrouping <NSObject> 00014 -(NSString *) groupTag; 00015 @end