Skip to content

Commit

Permalink
chore: fixed broken URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Nov 13, 2024
1 parent 22c6e76 commit a69ac07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/GeometryUtils.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Geometry Utilities
The utility library contains Swift-friendly extensions of the [GMSGeometryUtils](https://developers.google.com/maps/documentation/ios-sdk/reference/group___geometry_utils) module of the Maps SDK for iOS. Rather than using C-Style functions in `GMSGeometryUtils`, you can use the Swift classes and extensions defined in this library.

See:
* [MapPoint](https://github.com/googlemaps/google-maps-ios-utils/blob/main/src/GeometryUtils/MapPoint.swift)
* [CLLocationCoordinate2D+GeometryUtils.swift](https://github.com/googlemaps/google-maps-ios-utils/blob/main/src/GeometryUtils/CLLocationCoordinate2D%2BGeometryUtils.swift)
* [GMSPath+GeometryUtils.swfit](https://github.com/googlemaps/google-maps-ios-utils/blob/main/src/GeometryUtils/GMSPath%2BGeometryUtils.swift)
* [GMSPolygon+GeometryUtils.swift](https://github.com/googlemaps/google-maps-ios-utils/blob/main/src/GeometryUtils/GMSPolygon%2BGeometryUtils.swift)
* [GMSPolyline+GeometryUtils.swift](https://github.com/googlemaps/google-maps-ios-utils/blob/main/src/GeometryUtils/GMSPolyline%2BGeometryUtils.swift)
* [MapPoint](https://github.com/googlemaps/google-maps-ios-utils/blob/main/Sources/GoogleMapsUtils/GeometryUtils/MapPoint.swift)
* [CLLocationCoordinate2D+GeometryUtils.swift](https://github.com/googlemaps/google-maps-ios-utils/blob/main/Sources/GoogleMapsUtils/GeometryUtils/CLLocationCoordinate2D%2BGeometryUtils.swift)
* [GMSPath+GeometryUtils.swfit](https://github.com/googlemaps/google-maps-ios-utils/blob/main/Sources/GoogleMapsUtils/GeometryUtils/GMSPath%2BGeometryUtils.swift)
* [GMSPolygon+GeometryUtils.swift](https://github.com/googlemaps/google-maps-ios-utils/blob/main/Sources/GoogleMapsUtils/GeometryUtils/GMSPolygon%2BGeometryUtils.swift)
* [GMSPolyline+GeometryUtils.swift](https://github.com/googlemaps/google-maps-ios-utils/blob/main/Sources/GoogleMapsUtils/GeometryUtils/GMSPolyline%2BGeometryUtils.swift)

0 comments on commit a69ac07

Please sign in to comment.