-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
112 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
AerisWeatherSDK/AerisGoogleMap.framework/Versions/A/AerisGoogleMap
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
AerisWeatherSDK/AerisMap.framework/Versions/A/Headers/AWFMKImageOverlay.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// | ||
// AWFImageOverlay.h | ||
// AerisMap | ||
// | ||
// Created by Nicholas Shipes on 5/21/14. | ||
// Copyright (c) 2014 HAMweather, LLC. All rights reserved. | ||
// | ||
|
||
#import <MapKit/MapKit.h> | ||
|
||
@class AWFCoordinateBounds; | ||
|
||
@interface AWFMKImageOverlay : NSObject <MKOverlay> | ||
|
||
- (instancetype)initWithCoordinateBounds:(AWFCoordinateBounds *)bounds; | ||
|
||
@end |
28 changes: 28 additions & 0 deletions
28
AerisWeatherSDK/AerisMap.framework/Versions/A/Headers/AWFMKMultiShapeOverlayRenderer.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
// | ||
// AWFMultiShapeOverlayRenderer.h | ||
// AerisMap | ||
// | ||
// Created by Nicholas Shipes on 8/15/14. | ||
// Copyright (c) 2014 HAMweather, LLC. All rights reserved. | ||
// | ||
|
||
#import <MapKit/MapKit.h> | ||
#import <AerisMap/AWFMultiShapeOverlay.h> | ||
|
||
@interface AWFMKMultiShapeOverlayRenderer : MKOverlayRenderer | ||
|
||
@property (nonatomic, strong) UIColor *fillColor; | ||
@property (nonatomic, strong) UIColor *strokeColor; | ||
@property (nonatomic, assign) CGFloat lineWidth; | ||
@property (nonatomic, assign) CGLineJoin lineJoin; | ||
@property (nonatomic, assign) CGLineCap lineCap; | ||
@property (nonatomic, assign) CGFloat miterLimit; | ||
@property (nonatomic, strong) NSArray *lineDashPattern; | ||
@property (nonatomic, assign) CGFloat lineDashPhase; | ||
|
||
@property (nonatomic, assign) AWFArrowheadType arrowheadType; | ||
@property (nonatomic, assign) CGFloat arrowheadWidth; | ||
@property (nonatomic, assign) CGFloat arrowheadLength; | ||
@property (nonatomic, strong) UIColor *arrowColor; | ||
|
||
@end |
17 changes: 17 additions & 0 deletions
17
AerisWeatherSDK/AerisMap.framework/Versions/A/Headers/AWFMKMultiShapeOverlayView.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// | ||
// AWFMultiShapeOverlayView.h | ||
// AerisMap | ||
// | ||
// Created by Nicholas Shipes on 8/15/14. | ||
// Copyright (c) 2014 HAMweather, LLC. All rights reserved. | ||
// | ||
|
||
#import <MapKit/MapKit.h> | ||
|
||
@interface AWFMKMultiShapeOverlayView : MKPolygonView | ||
|
||
@property (nonatomic, assign) CGFloat arrowheadWidth; | ||
@property (nonatomic, assign) CGFloat arrowheadLength; | ||
@property (nonatomic, strong) UIColor *arrowColor; | ||
|
||
@end |
17 changes: 17 additions & 0 deletions
17
AerisWeatherSDK/AerisMap.framework/Versions/A/Headers/AWFMKPolygonView.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// | ||
// AWFPolygonView.h | ||
// AerisMap | ||
// | ||
// Created by Nicholas Shipes on 4/28/14. | ||
// Copyright (c) 2014 HAMweather, LLC. All rights reserved. | ||
// | ||
|
||
#import <MapKit/MapKit.h> | ||
|
||
@class AWFAnnotationStyle; | ||
|
||
@interface AWFMKPolygonView : MKPolygonView | ||
|
||
@property (readonly, nonatomic, strong) AWFAnnotationStyle *style; | ||
|
||
@end |
29 changes: 0 additions & 29 deletions
29
AerisWeatherSDK/AerisMap.framework/Versions/A/Headers/AWFTileOverlay.h
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
AerisWeatherSDK/AerisMap.framework/Versions/A/Headers/AWFTileOverlayView.h
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+56 Bytes
(100%)
AerisWeatherSDK/AerisMapboxMap.framework/Versions/A/AerisMapboxMap
Binary file not shown.
Binary file not shown.