Skip to content

Commit 37344ca

Browse files
PaitoAndersonpatricio
authored andcommitted
Added missing satellite option for iOS Google Maps (react-native-maps#1603)
1 parent 7b9ed3d commit 37344ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ios/AirGoogleMaps/RCTConvert+GMSMapViewType.m

Lines changed: 1 addition & 0 deletions
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)