# File lib/callsign.rb, line 69
        def latitude
                @callinfo.elements.each("callook/location") do |ele|
                        return ele.elements['latitude'].text
                end
        end