Does anyone know a algotiritm that is capable of returning the geographic coordinates of a spiral, which starts at a point in space?
Example of starting point: $ lat = "-22.851479"; $ lng = "-43.232038";
Spiral type: http://en.wikipedia.org/wiki/Archimedean_spiral
There are several responses that are able to return the points in the X, Y. like: Looping in a spiral
But I'm interested in geographic coordinates.
Perhaps the conversion of coordinated planar X, Y coordinates for geographical also serve to solve my problem.
Thank you!