module Geocoder::Model::Mongoid

def self.included(base); base.extend(self); end

def self.included(base); base.extend(self); end

def geocoder_file_name; "mongoid"; end

def geocoder_file_name;   "mongoid"; end

def geocoder_init(options)

def geocoder_init(options)
  super(options)
  index [[ geocoder_options[:coordinates], Mongo::GEO2D ]],
    :min => -180, :max => 180 # create 2d index
end

def geocoder_module_name; "Mongoid"; end

def geocoder_module_name; "Mongoid"; end