Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c29b2bf

Browse files
PaitoAndersonchristopherdro
authored andcommittedSep 2, 2017
Added missing satellite option for iOS Google Maps (react-native-maps#1603)
1 parent 25ecc0c commit c29b2bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lib/ios/AirGoogleMaps/RCTConvert+GMSMapViewType.m

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ @implementation RCTConvert (GMSMapViewType)
1313
(
1414
@{
1515
@"standard": @(kGMSTypeNormal),
16+
@"satellite": @(kGMSTypeSatellite),
1617
@"hybrid": @(kGMSTypeHybrid),
1718
@"terrain": @(kGMSTypeTerrain),
1819
@"none": @(kGMSTypeNone)

0 commit comments

Comments
 (0)
Please sign in to comment.