Geohash: Difference between revisions

Content added Content deleted
m (→‎{{header|Python}}: Whoops, "coordinate represented as an array of two doubles")
m (Changed to say floating point as some languags might want to use other than doubles, or may not IEEE doubles as a type.)
Line 4: Line 4:


;Task
;Task
Generate a Geohash with a desired precision from a coordinate represented as an array of two doubles, latitude and longitude.
Generate a Geohash with a desired precision from a coordinate represented as an array of two floating point numbers, latitude and longitude. (Ideally double precision).