Skip to content

Commit

Permalink
Follow user location added (react-native-maps#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
raubas authored and Adel Grimm committed Dec 1, 2016
1 parent 5e02484 commit 56d44a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/AirMaps/AIRMapManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ - (void)mapView:(AIRMap *)mapView didUpdateUserLocation:(MKUserLocation *)locati
[mapView setRegion:region animated:YES];

// Move to user location only for the first time it loads up.
mapView.followUserLocation = NO;
// mapView.followUserLocation = NO;
}
}

Expand Down

0 comments on commit 56d44a2

Please sign in to comment.