Skip to content
Snippets Groups Projects
Commit aed91b65 authored by Alex Reisner's avatar Alex Reisner
Browse files

Add Geocoder.geographic_center to documentation.

parent b0c34cf8
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,9 @@ Some utility methods are also available:
# look up coordinates of some location (like searching Google Maps)
Geocoder.fetch_coordinates("25 Main St, Cooperstown, NY")
# find the geographic center (aka center of gravity) of several points
Geocoder.geographic_center([ [40.22,-73.99], [40.72,-73.98], [40.57,-74.61] ])
== More On Configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment