-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from rynecheow/master
Update to 3.3.0
- Loading branch information
Showing
50 changed files
with
217 additions
and
73 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
GoogleMaps/GoogleMaps filter=lfs diff=lfs merge=lfs -text | ||
GoogleMapsBase/GoogleMapsBase filter=lfs diff=lfs merge=lfs -text | ||
GoogleMapsCore/GoogleMapsCore filter=lfs diff=lfs merge=lfs -text | ||
GoogleMapsM4B/GoogleMapsM4B filter=lfs diff=lfs merge=lfs -text | ||
GooglePlaces/GooglePlaces filter=lfs diff=lfs merge=lfs -text |
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.
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
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,26 @@ | ||
// | ||
// GMSStrokeStyle.h | ||
// Google Maps SDK for iOS | ||
// | ||
// Copyright 2019 Google Inc. | ||
// | ||
// Usage of this SDK is subject to the Google Maps/Google Earth APIs Terms of | ||
// Service: https://developers.google.com/maps/terms | ||
// | ||
|
||
#import <UIKit/UIKit.h> | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
/** Describes the drawing style for one-dimensional entities such as polylines. */ | ||
@interface GMSStrokeStyle : NSObject | ||
|
||
/** Creates a solid color stroke style. */ | ||
+ (instancetype)solidColor:(UIColor *)color; | ||
|
||
/** Creates a gradient stroke style interpolating from |fromColor| to |toColor|. */ | ||
+ (instancetype)gradientFromColor:(UIColor *)fromColor toColor:(UIColor *)toColor; | ||
|
||
@end | ||
|
||
NS_ASSUME_NONNULL_END |
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
Binary file modified
BIN
+7.34 KB
(110%)
GoogleMaps/Resources/GoogleMaps.bundle/GMSCoreResources.bundle/Assets.car
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
GoogleMaps/Resources/GoogleMaps.bundle/GMSCoreResources.bundle/Info.plist
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
GoogleMaps/Resources/GoogleMaps.bundle/GMSCoreResources.bundle/de.lproj/GMSCore.strings
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
GoogleMaps/Resources/GoogleMaps.bundle/GMSCoreResources.bundle/hi.lproj/GMSCore.strings
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+447 Bytes
(100%)
GoogleMaps/Resources/GoogleMaps.bundle/oss_licenses_maps.txt.gz
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
Oops, something went wrong.