Random Location Picture
Kids have broken the iPad 9th Generation digitizer screen. The device is fully functional but does not look that great anymore. I will instruct myself for a future repair. I will purchase a screen plastic protection.
I am reading the Crab with the Golden Claws. I also started reading David Deutsch’s The Beginning of Infinity,
I am using random-location in RunKit to determine the point where I am going to take the Picture of the day and even to define the running route. Today I will just use it for the Picture.
The piece of JS code is the following:
const P = { latitude: centerLat, longitude: CenterLon }
const R = 5000 // meters
const randomPoint = randomLocation.randomCirclePoint(P, R)
Random