Relative Content

Tag Archive for iosswiftgoogle-mapsuikitgoogle-maps-sdk-ios

How do I mark a 5km radius around my default coordinate in google map in my iOS App

I am making an app where I need to mark a circle of 5 km radius around my default marked coordinate so that if the user swipes and goes beyond that threshold to select a location, I can display a bottomsheet. Does the google map SDK for iOS have any such function that can be utilised here to measure the distance between the current coordinate and the new one? The new coordinate being the one where the user ends up after swiping?