Convert unit tests to Swift
Convert Objective-C unit tests to Swift unit tests so that all tests are Swift.
For reasons described in https://github.com/googlemaps/google-maps-ios-utils/issues/473, the maintenance and contribution to this library are hindered by its mixed-language source and the fact that most of the source code is written in Objective-C. This feature request captures the work to translate the Objective-C unit tests to Swift.
See related issue #511 for the plan.
There is a bug in the Maps SDK for iOS blocking some of our unit tests from running successfully. We are waiting for the next release of the Maps SDK to be able to run these tests.
PR raised: https://github.com/googlemaps/google-maps-ios-utils/pull/538
The changes are merged into main-swift branch