alexreisner/geocoder

View on GitHub
lib/geocoder/results/google_premier.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'geocoder/results/google'

module Geocoder::Result
  class GooglePremier < Google
  end
end