9 #import <Foundation/Foundation.h> 10 #import <MapKit/MapKit.h> 11 #import <CoreLocation/CoreLocation.h> 72 -(id)initWithLat:(CLLocationDegrees)lat Lng:(CLLocationDegrees)lng;
73 - (instancetype)initWithUnitTestName:(NSString *)name;
75 - (NSString *)getFirstAttributeDisplayFormValue;
76 -(NSString*) formNameForIndex:(NSInteger)index;
77 -(NSString*) formValueForIndex:(NSInteger)index;
78 -(NSString*) metricNameForIndex:(NSInteger)index;
79 -(NSString*) metricValueForIndex:(NSInteger)index;
80 -(NSString*) metricRawValueForIndex:(NSInteger)index forSubTotal:(BOOL)subtotal;
81 -(NSString*)metricNonThresholdValueForIndex:(NSInteger)index;
82 -(UIColor*) metricColorForIndex:(NSInteger)index defaultColor:(UIColor*)defColor;
83 -(BOOL) metricBoldForIndex:(NSInteger)index;
84 -(BOOL) metricItalicForIndex:(NSInteger)index;
85 -(NSInteger) metricFontSizeForIndex:(NSInteger)index;
87 -(NSInteger) semanticsForMetricIndex:(NSInteger)index;
89 -(void)addNetworkElement:(MWNetworkElement*)element;
90 -(void)setColorForAnnotationWithIndex:(NSInteger)metricIndex withOpacity:(
double) opacity defaultColor:(UIColor *)defaultColor;
93 - (
PositionTypes)positionAnnotationWithCoordinate:(CLLocationCoordinate2D)coord gridRadius:(CLLocationDegrees)gridRadius;
94 - (CGFloat)distanceFromCoordinate:(CLLocationCoordinate2D)coord;
98 - (void) clearAllSelection;
100 -(BOOL) isUsedInAffinityLines;
101 -(BOOL) isRestStatus;
102 -(BOOL) isBeingSelected;
105 -(NSString*)getPhoneNumber;
106 -(NSString*)getEmailAddress;
107 - (NSString *)getDataLabelStringWith:(DataLabelShownType)dataLabelShownType;
110 @property(nonatomic,copy) NSString *subtitle;
111 @property(nonatomic,copy) NSString *title;
112 @property(nonatomic, assign) CLLocationCoordinate2D coordinate;
114 @property(nonatomic, assign) BOOL coordinateIsAvailable;
117 @property(nonatomic, assign) BOOL singleSelected;
118 @property(nonatomic, assign) BOOL multiSelected;
119 @property(nonatomic, assign) BOOL multiSelectedSingle;
120 @property(nonatomic, assign) BOOL halfSelected;
122 @property(nonatomic, strong) NSMutableArray* gridAttributeInfo;
123 @property(nonatomic, assign) NSInteger formCount;
124 @property(nonatomic, assign) NSInteger metricCount;
125 @property(nonatomic, assign) NSInteger displayMode;
127 @property(nonatomic, strong) UIColor* color;
128 @property(nonatomic, copy) NSString* imagePath;
129 @property(nonatomic, copy) NSString* drillURLString;
130 @property(nonatomic, retain) UIImage * annotationImage;
131 @property(nonatomic, retain) UIImageView* annotationImageView;
133 @property (nonatomic, assign) NSInteger selectedMetricIndex;
136 @property (nonatomic, assign) NSInteger rowIndex;
138 @property (nonatomic, assign) NSInteger currentRowIndexInAnnotation;
139 @property (nonatomic, assign) BOOL subtotalOnTop;
142 @property(nonatomic, readonly) NSMutableDictionary* affinityElements;
144 @property(nonatomic, copy) NSString *annotId;
146 @property(nonatomic, readonly) NSMutableArray *rowIndexes;
147 @property(nonatomic, copy) NSString* firstNonGeoFormValue;
150 @property (nonatomic, assign) BOOL cloned;
151 @property (nonatomic) NSInteger layerIndex;
153 @property (nonatomic) NSInteger defaultColorByIndex;
BOOL subtotalOnTop
Definition: MSIMWAnnotation.h:54
NSString * annotId
Definition: MSIMWAnnotation.h:37
BOOL cloned
Definition: MSIMWAnnotation.h:67
NSInteger rowIndex
Definition: MSIMWAnnotation.h:51
NSString * subtitle
Definition: MSIMWAnnotation.h:26
Definition: MWAnnotationInfo.h:12
enum _MapDataTypes MapDataTypes
MWAnnotationInfo * annotationInfo
Definition: MSIMWAnnotation.h:60
BOOL multiSelectedSingle
Definition: MSIMWAnnotation.h:36
NSMutableArray * gridAttributeInfo
Definition: MSIMWAnnotation.h:39
UIImage * annotationImage
Definition: MSIMWAnnotation.h:45
NSInteger metricCount
Definition: MSIMWAnnotation.h:41
enum _PositionTypes PositionTypes
NSString * drillURLString
Definition: MSIMWAnnotation.h:44
UIImageView * annotationImageView
Definition: MSIMWAnnotation.h:46
NSString * imagePath
Definition: MSIMWAnnotation.h:43
MapDataTypes dataType
Definition: MSIMWAnnotation.h:32
Definition: MSIMWAnnotation.h:22
CLLocationCoordinate2D coordinate
Definition: MSIMWAnnotation.h:65
Definition: MWClusteredAnnotation.h:13
NSInteger currentRowIndexInAnnotation
Definition: MSIMWAnnotation.h:53
NSInteger formCount
Definition: MSIMWAnnotation.h:40
UIColor * color
Definition: MSIMWAnnotation.h:42
NSInteger selectedMetricIndex
Definition: MSIMWAnnotation.h:48
BOOL multiSelected
Definition: MSIMWAnnotation.h:35
Definition: MSIMWLayer.h:38
NSString * firstNonGeoFormValue
Definition: MSIMWAnnotation.h:63
MWClusteredAnnotation *__weak parent
Definition: MSIMWAnnotation.h:66
NSInteger layerIndex
Definition: MSIMWAnnotation.h:69
NSInteger displayMode
Definition: MSIMWAnnotation.h:56
NSMutableDictionary * affinityElements
Definition: MSIMWAnnotation.h:57
NSMutableArray * rowIndexes
Definition: MSIMWAnnotation.h:62
BOOL coordinateIsAvailable
Definition: MSIMWAnnotation.h:29
BOOL singleSelected
Definition: MSIMWAnnotation.h:34
NSString * title
Definition: MSIMWAnnotation.h:27