I have this project which uses GMSKit
(GoogleMap kit) in iOS(ObjectiveC) and there is a requirement that some random points are to be generated near the user's current location.
I have successfully generated random points but now what I want is to generate some random points at say _0.5kms away from the user and the random points has to fall on a road.
I have gone through most of the stackoverflow questions and answers and referred so many other google sites which give idea about this.
Can someone help me with this issue ? I am very confused. Thanks to everyone in advance. Happy Coding.