googlemaps / google-maps-ios-utils

Google Maps SDK for iOS Utility Library
https://developers.google.com/maps/documentation/ios-sdk/utility/
Apache License 2.0
714 stars 401 forks source link

refactor: Translate & Modernise `GMUGridBasedClusterAlgorithm`, `GMUStaticClusterTest`(UT) & `GMUTestClusterItem`(Test) class of `Clustering` module. #495

Closed iHackSubhodip closed 5 days ago

iHackSubhodip commented 6 days ago

Description:

  1. Translate & Modernised GMUGridBasedClusterAlgorithm
  2. Translate & Modernise GMUTestClusterItem, common model for Testing.
  3. Translate & Modernise GMUStaticClusterTest, Unit Test.

Reference:

Translate & Modified files, Adding Obj-C file for reference:

  1. GMUGridBasedClusterAlgorithm
  2. GMUTestClusterItem
  3. GMUStaticClusterTest

Next PR's: