I am using the Google Maps API for IOS and was wondering if there was a way I could retrieve the current location of the device to show on the map as soon as the app loads.
At the moment, when the app loads the current location coordinate object is nil so I cannot set the map camera onto it without the app crashing. Is there a way to get round this without having to set the camera elsewhere and then the user pressing the my location button to move the camera after.