Skip to content
Snippets Groups Projects
  1. Mar 22, 2011
    • Mat Ellis's avatar
      Adds methods for calculating the bearing between two points and for converting... · e8c17f28
      Mat Ellis authored
      Adds methods for calculating the bearing between two points and for converting that bearing into a compass point, e.g. North or South West. If you want fewer or additional compass points (e.g. South By South West, or just NESW) provide a second parameter containing your array of points, e.g. Geocoder::Calculations::compass_point(90,['north','east','south','west'])
      e8c17f28
  2. Mar 21, 2011
    • Alex Reisner's avatar
      Make Geocoder.search return an array of results. · 3259fdfb
      Alex Reisner authored
      After further consideration, multiple results should be the default
      behavior for this method. Some services only return one result (eg: any
      IP-based service) but a great feature of advanced services like Yahoo
      and Google is that they return an array of choices when doing a vague
      search like "100 Main St" with no city, region, or country specified.
      3259fdfb
  3. Mar 18, 2011
  4. Mar 17, 2011
  5. Mar 15, 2011
  6. Mar 11, 2011
  7. Mar 09, 2011
  8. Mar 08, 2011
    • Alex Reisner's avatar
      Remove methods: geocode! and reverse_geocode! · a9984399
      Alex Reisner authored
      Does not seem like a significant gain to have the auto-assignment AND a
      custom block. In fact, it seems annoying to have to use a different
      method. So now, passing a block to geocoded_by or reverse_geocoded_by
      prevents any auto-assignment from happening.
      a9984399
  9. Mar 07, 2011
  10. Mar 06, 2011
  11. Mar 05, 2011
  12. Mar 04, 2011
  13. Mar 03, 2011
  14. Feb 18, 2011
  15. Feb 04, 2011
Loading