Skip to content

Commit

Permalink
Added missing satellite option for iOS Google Maps (react-native-maps…
Browse files Browse the repository at this point in the history
  • Loading branch information
PaitoAnderson authored and patricio committed Sep 27, 2017
1 parent 7b9ed3d commit 37344ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ios/AirGoogleMaps/RCTConvert+GMSMapViewType.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ @implementation RCTConvert (GMSMapViewType)
(
@{
@"standard": @(kGMSTypeNormal),
@"satellite": @(kGMSTypeSatellite),
@"hybrid": @(kGMSTypeHybrid),
@"terrain": @(kGMSTypeTerrain),
@"none": @(kGMSTypeNone)
Expand Down

0 comments on commit 37344ca

Please sign in to comment.