Add obj argument to block taken by geocode method.
This fixes a scope problem: blocks are evaluated in the context in which they are declared so custom routines were being evaluated in the context of the class, not the object.
Please register or sign in to comment