class Geocoder::Result::Maxmind

def service_name


Name of the MaxMind service being used.
#
def service_name
  # it would be much better to infer this from the length of the @data
  # array, but MaxMind seems to send inconsistent and wide-ranging response
  # lengths (see https://github.com/alexreisner/geocoder/issues/396)
  Geocoder.config.maxmind[:service]
end