Skip to content

Commit

Permalink
fix: iOS simulate location
Browse files Browse the repository at this point in the history
  • Loading branch information
tfranzese-woolpert committed Aug 3, 2024
1 parent bc426ac commit 0f0026a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/react-native-navigation-sdk/NavModule.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2023 Google LLC
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -537,7 +537,7 @@ - (void)configureNavigator:(GMSNavigator *)navigator withRoutingOptions:(NSDicti
[self->_session.locationSimulator
simulateLocationAtCoordinate:
[ObjectTranslationUtil
getLocationCoordinateFrom:coordinates[@"location"]]];
getLocationCoordinateFrom:coordinates]];
}
});
}
Expand Down

0 comments on commit 0f0026a

Please sign in to comment.