diff --git a/ios/react-native-navigation-sdk/NavModule.m b/ios/react-native-navigation-sdk/NavModule.m index 81f5722..f68a865 100644 --- a/ios/react-native-navigation-sdk/NavModule.m +++ b/ios/react-native-navigation-sdk/NavModule.m @@ -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. @@ -537,7 +537,7 @@ - (void)configureNavigator:(GMSNavigator *)navigator withRoutingOptions:(NSDicti [self->_session.locationSimulator simulateLocationAtCoordinate: [ObjectTranslationUtil - getLocationCoordinateFrom:coordinates[@"location"]]]; + getLocationCoordinateFrom:coordinates]]; } }); }